Html Css Color HEX #BDD94A Conifer

📋 copy color: '#BDD94A'

red 189 ◦ green 217 ◦ blue 74

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

Shades of Conifer #BDD94A

Tints of Conifer #BDD94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 39.38%
G = 45.21%
B = 15.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BDD94A (or 0xBDD94A) is known color: Conifer. HEX triplet: BD, D9 and 4A. RGB value is (189,217,74). Sum of RGB (Red+Green+Blue) = 189+217+74=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD94A is #4226B5. Grayscale: #C0C0C0. Windows color (decimal): -4335286 or 4905405. OLE color: 4905405.

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

Color convert

RGB 189 217 74 -
CMYK 0.13 0 0.66 0.15
HSL 71.75º 0.65% 0.57% -
HSV(B) 71.75º 0.66% 0.85% -
XYZ 47.04 60.94 15.76 -
YUV 192.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 189 217 74 0.13 0 0.66 0.15 71.75 0.65 0.57
Hex BD D9 4A D 0 42 F 48 41 39
Octal 275 331 112 15 0 102 17 110 101 71
Binary 10111101 11011001 1001010 1101 0 1000010 1111 1001000 1000001 111001

Color Harmonies of #BDD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD94A

Black with #BDD94A

Text Example


Text Example

White with #BDD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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