Html Css Color HEX #BDDB61 Conifer

📋 copy color: '#BDDB61'

red 189 ◦ green 219 ◦ blue 97

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

Shades of Conifer #BDDB61

Tints of Conifer #BDDB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.21%

R = 37.43%
G = 43.37%
B = 19.21%

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

#BDDB61 (or 0xBDDB61) is known color: Conifer. HEX triplet: BD, DB and 61. RGB value is (189,219,97). Sum of RGB (Red+Green+Blue) = 189+219+97=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB61 is #42249E. Grayscale: #C4C4C4. Windows color (decimal): -4334751 or 6413245. OLE color: 6413245.

HSL color Cylindrical-coordinate representation of color #BDDB61: hue angle of 74.75º 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 #BDDB61 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 97 -
CMYK 0.14 0 0.56 0.14
HSL 74.75º 0.63% 0.62% -
HSV(B) 74.75º 0.56% 0.86% -
XYZ 48.48 62.34 20.79 -
YUV 196.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 189 219 97 0.14 0 0.56 0.14 74.75 0.63 0.62
Hex BD DB 61 E 0 38 E 4B 3F 3E
Octal 275 333 141 16 0 70 16 113 77 76
Binary 10111101 11011011 1100001 1110 0 111000 1110 1001011 111111 111110

Color Harmonies of #BDDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB61

Black with #BDDB61

Text Example


Text Example

White with #BDDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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