Html Css Color HEX #BAF942 Green Yellow

📋 copy color: '#BAF942'

red 186 ◦ green 249 ◦ blue 66

#BAF942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BAF942

Tints of Green Yellow #BAF942

RGB

 RED value IS 186 (73.05% from 255) = 37.13%

 GREEN value IS 249 (97.66% from 255) = 49.7%

 BLUE value IS 66 (26.17% from 255) = 13.17%

R = 37.13%
G = 49.7%
B = 13.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAF942 (or 0xBAF942) is known color: Green Yellow. HEX triplet: BA, F9 and 42. RGB value is (186,249,66). Sum of RGB (Red+Green+Blue) = 186+249+66=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF942 is #4506BD. Grayscale: #D1D1D1. Windows color (decimal): -4523710 or 4389306. OLE color: 4389306.

HSL color Cylindrical-coordinate representation of color #BAF942: hue angle of 80.66º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF942 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 66 -
CMYK 0.25 0 0.73 0.02
HSL 80.66º 0.94% 0.62% -
HSV(B) 80.66º 0.73% 0.98% -
XYZ 55.11 78.58 17.42 -
YUV 209.3 47.13 111.38 -
System Red Green Blue C M Y K H S L
Decimal 186 249 66 0.25 0 0.73 0.02 80.66 0.94 0.62
Hex BA F9 42 19 0 49 2 51 5E 3E
Octal 272 371 102 31 0 111 2 121 136 76
Binary 10111010 11111001 1000010 11001 0 1001001 10 1010001 1011110 111110

Color Harmonies of #BAF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF942

Black with #BAF942

Text Example


Text Example

White with #BAF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF942; }

 p { color: rgb(186,249,66); }

 H1.HeaderClassName
 {
   color: #BAF942;
 }
 .AnyTagClassName
 {
   color: #BAF942;
 }
</style>

background-color css

<style>
 a { background-color: #BAF942; }

 a { background-color: rgb(186,249,66); }

 div.DivClassName
 {
   background-color: #BAF942;
 }
 .BgClassName
 {
   background-color: #BAF942;
 }
</style>

border-color css

<style>
 span { border-color: #BAF942; }

 span { border-color: rgb(186,249,66); }

 td.TdClassName
 {
   border-color: #BAF942;
 }
 .TagClassName
 {
   border-color: #BAF942;
 }
</style>