Html Css Color HEX #BDDB4A Conifer

📋 copy color: '#BDDB4A'

red 189 ◦ green 219 ◦ blue 74

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

Shades of Conifer #BDDB4A

Tints of Conifer #BDDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 39.21%
G = 45.44%
B = 15.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BDDB4A (or 0xBDDB4A) is known color: Conifer. HEX triplet: BD, DB and 4A. RGB value is (189,219,74). Sum of RGB (Red+Green+Blue) = 189+219+74=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB4A is #4224B5. Grayscale: #C2C2C2. Windows color (decimal): -4334774 or 4905917. OLE color: 4905917.

HSL color Cylindrical-coordinate representation of color #BDDB4A: hue angle of 72.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDDB4A is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 74 -
CMYK 0.14 0 0.66 0.14
HSL 72.41º 0.67% 0.57% -
HSV(B) 72.41º 0.66% 0.86% -
XYZ 47.55 61.98 15.93 -
YUV 193.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 189 219 74 0.14 0 0.66 0.14 72.41 0.67 0.57
Hex BD DB 4A E 0 42 E 48 43 39
Octal 275 333 112 16 0 102 16 110 103 71
Binary 10111101 11011011 1001010 1110 0 1000010 1110 1001000 1000011 111001

Color Harmonies of #BDDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB4A

Black with #BDDB4A

Text Example


Text Example

White with #BDDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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