Html Css Color HEX #BAE84C Conifer

📋 copy color: '#BAE84C'

red 186 ◦ green 232 ◦ blue 76

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

Shades of Conifer #BAE84C

Tints of Conifer #BAE84C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.96%

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

R = 37.65%
G = 46.96%
B = 15.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#BAE84C (or 0xBAE84C) is known color: Conifer. HEX triplet: BA, E8 and 4C. RGB value is (186,232,76). Sum of RGB (Red+Green+Blue) = 186+232+76=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE84C is #4517B3. Grayscale: #C9C9C9. Windows color (decimal): -4528052 or 5040314. OLE color: 5040314.

HSL color Cylindrical-coordinate representation of color #BAE84C: hue angle of 77.69º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE84C is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 76 -
CMYK 0.20 0 0.67 0.09
HSL 77.69º 0.77% 0.6% -
HSV(B) 77.69º 0.67% 0.91% -
XYZ 50.41 68.67 17.44 -
YUV 200.46 57.76 117.68 -
System Red Green Blue C M Y K H S L
Decimal 186 232 76 0.20 0 0.67 0.09 77.69 0.77 0.6
Hex BA E8 4C 14 0 43 9 4E 4D 3C
Octal 272 350 114 24 0 103 11 116 115 74
Binary 10111010 11101000 1001100 10100 0 1000011 1001 1001110 1001101 111100

Color Harmonies of #BAE84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE84C

Black with #BAE84C

Text Example


Text Example

White with #BAE84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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