Html Css Color HEX #BAE042 Conifer

📋 copy color: '#BAE042'

red 186 ◦ green 224 ◦ blue 66

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

Shades of Conifer #BAE042

Tints of Conifer #BAE042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.06%

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

R = 39.08%
G = 47.06%
B = 13.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#BAE042 (or 0xBAE042) is known color: Conifer. HEX triplet: BA, E0 and 42. RGB value is (186,224,66). Sum of RGB (Red+Green+Blue) = 186+224+66=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE042 is #451FBD. Grayscale: #C3C3C3. Windows color (decimal): -4530110 or 4382906. OLE color: 4382906.

HSL color Cylindrical-coordinate representation of color #BAE042: hue angle of 74.43º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAE042 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 66 -
CMYK 0.17 0 0.71 0.12
HSL 74.43º 0.72% 0.57% -
HSV(B) 74.43º 0.71% 0.88% -
XYZ 47.89 64.14 15.01 -
YUV 194.63 55.41 121.85 -
System Red Green Blue C M Y K H S L
Decimal 186 224 66 0.17 0 0.71 0.12 74.43 0.72 0.57
Hex BA E0 42 11 0 47 C 4A 48 39
Octal 272 340 102 21 0 107 14 112 110 71
Binary 10111010 11100000 1000010 10001 0 1000111 1100 1001010 1001000 111001

Color Harmonies of #BAE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE042

Black with #BAE042

Text Example


Text Example

White with #BAE042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE042; }

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

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

background-color css

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

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

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

border-color css

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

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

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