Html Css Color HEX #BAD84C Conifer

📋 copy color: '#BAD84C'

red 186 ◦ green 216 ◦ blue 76

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

Shades of Conifer #BAD84C

Tints of Conifer #BAD84C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

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

R = 38.91%
G = 45.19%
B = 15.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BAD84C (or 0xBAD84C) is known color: Conifer. HEX triplet: BA, D8 and 4C. RGB value is (186,216,76). Sum of RGB (Red+Green+Blue) = 186+216+76=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD84C is #4527B3. Grayscale: #BFBFBF. Windows color (decimal): -4532148 or 5036218. OLE color: 5036218.

HSL color Cylindrical-coordinate representation of color #BAD84C: hue angle of 72.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAD84C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 76 -
CMYK 0.14 0 0.65 0.15
HSL 72.86º 0.64% 0.57% -
HSV(B) 72.86º 0.65% 0.85% -
XYZ 46.11 60.07 16 -
YUV 191.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 186 216 76 0.14 0 0.65 0.15 72.86 0.64 0.57
Hex BA D8 4C E 0 41 F 49 40 39
Octal 272 330 114 16 0 101 17 111 100 71
Binary 10111010 11011000 1001100 1110 0 1000001 1111 1001001 1000000 111001

Color Harmonies of #BAD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD84C

Black with #BAD84C

Text Example


Text Example

White with #BAD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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