Html Css Color HEX #BDD94C Conifer

📋 copy color: '#BDD94C'

red 189 ◦ green 217 ◦ blue 76

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

Shades of Conifer #BDD94C

Tints of Conifer #BDD94C

RGB

 RED value IS 189 (74.22% from 255) = 39.21%

 GREEN value IS 217 (85.16% from 255) = 45.02%

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

R = 39.21%
G = 45.02%
B = 15.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BDD94C (or 0xBDD94C) is known color: Conifer. HEX triplet: BD, D9 and 4C. RGB value is (189,217,76). Sum of RGB (Red+Green+Blue) = 189+217+76=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD94C is #4226B3. Grayscale: #C1C1C1. Windows color (decimal): -4335284 or 5036477. OLE color: 5036477.

HSL color Cylindrical-coordinate representation of color #BDD94C: hue angle of 71.91º degrees, saturation: 0.65, 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 #BDD94C is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 76 -
CMYK 0.13 0 0.65 0.15
HSL 71.91º 0.65% 0.57% -
HSV(B) 71.91º 0.65% 0.85% -
XYZ 47.1 60.97 16.12 -
YUV 192.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 189 217 76 0.13 0 0.65 0.15 71.91 0.65 0.57
Hex BD D9 4C D 0 41 F 48 41 39
Octal 275 331 114 15 0 101 17 110 101 71
Binary 10111101 11011001 1001100 1101 0 1000001 1111 1001000 1000001 111001

Color Harmonies of #BDD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD94C

Black with #BDD94C

Text Example


Text Example

White with #BDD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD94C; }

 p { color: rgb(189,217,76); }

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

background-color css

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

 a { background-color: rgb(189,217,76); }

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

border-color css

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

 span { border-color: rgb(189,217,76); }

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