Html Css Color HEX #BAE04C Conifer

📋 copy color: '#BAE04C'

red 186 ◦ green 224 ◦ blue 76

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

Shades of Conifer #BAE04C

Tints of Conifer #BAE04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.64%

R = 38.27%
G = 46.09%
B = 15.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#BAE04C (or 0xBAE04C) is known color: Conifer. HEX triplet: BA, E0 and 4C. RGB value is (186,224,76). Sum of RGB (Red+Green+Blue) = 186+224+76=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE04C is #451FB3. Grayscale: #C4C4C4. Windows color (decimal): -4530100 or 5038266. OLE color: 5038266.

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

Color convert

RGB 186 224 76 -
CMYK 0.17 0 0.66 0.12
HSL 75.41º 0.7% 0.59% -
HSV(B) 75.41º 0.66% 0.88% -
XYZ 48.21 64.27 16.7 -
YUV 195.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 186 224 76 0.17 0 0.66 0.12 75.41 0.7 0.59
Hex BA E0 4C 11 0 42 C 4B 46 3B
Octal 272 340 114 21 0 102 14 113 106 73
Binary 10111010 11100000 1001100 10001 0 1000010 1100 1001011 1000110 111011

Color Harmonies of #BAE04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE04C

Black with #BAE04C

Text Example


Text Example

White with #BAE04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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