Html Css Color HEX #BDDB60 Conifer

📋 copy color: '#BDDB60'

red 189 ◦ green 219 ◦ blue 96

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

Shades of Conifer #BDDB60

Tints of Conifer #BDDB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.05%

R = 37.5%
G = 43.45%
B = 19.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#BDDB60 (or 0xBDDB60) is known color: Conifer. HEX triplet: BD, DB and 60. RGB value is (189,219,96). Sum of RGB (Red+Green+Blue) = 189+219+96=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB60 is #42249F. Grayscale: #C4C4C4. Windows color (decimal): -4334752 or 6347709. OLE color: 6347709.

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

Color convert

RGB 189 219 96 -
CMYK 0.14 0 0.56 0.14
HSL 74.63º 0.63% 0.62% -
HSV(B) 74.63º 0.56% 0.86% -
XYZ 48.43 62.33 20.54 -
YUV 196.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 189 219 96 0.14 0 0.56 0.14 74.63 0.63 0.62
Hex BD DB 60 E 0 38 E 4B 3F 3E
Octal 275 333 140 16 0 70 16 113 77 76
Binary 10111101 11011011 1100000 1110 0 111000 1110 1001011 111111 111110

Color Harmonies of #BDDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB60

Black with #BDDB60

Text Example


Text Example

White with #BDDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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