Html Css Color HEX #BAE044 Conifer

📋 copy color: '#BAE044'

red 186 ◦ green 224 ◦ blue 68

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

Shades of Conifer #BAE044

Tints of Conifer #BAE044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.23%

R = 38.91%
G = 46.86%
B = 14.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#BAE044 (or 0xBAE044) is known color: Conifer. HEX triplet: BA, E0 and 44. RGB value is (186,224,68). Sum of RGB (Red+Green+Blue) = 186+224+68=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE044 is #451FBB. Grayscale: #C3C3C3. Windows color (decimal): -4530108 or 4513978. OLE color: 4513978.

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

Color convert

RGB 186 224 68 -
CMYK 0.17 0 0.70 0.12
HSL 74.62º 0.72% 0.57% -
HSV(B) 74.62º 0.7% 0.88% -
XYZ 47.95 64.17 15.33 -
YUV 194.85 56.41 121.68 -
System Red Green Blue C M Y K H S L
Decimal 186 224 68 0.17 0 0.70 0.12 74.62 0.72 0.57
Hex BA E0 44 11 0 46 C 4B 48 39
Octal 272 340 104 21 0 106 14 113 110 71
Binary 10111010 11100000 1000100 10001 0 1000110 1100 1001011 1001000 111001

Color Harmonies of #BAE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE044

Black with #BAE044

Text Example


Text Example

White with #BAE044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE044; }

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

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

background-color css

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

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

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

border-color css

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

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

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