Html Css Color HEX #BDDD66 Conifer

📋 copy color: '#BDDD66'

red 189 ◦ green 221 ◦ blue 102

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

Shades of Conifer #BDDD66

Tints of Conifer #BDDD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 36.91%
G = 43.16%
B = 19.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#BDDD66 (or 0xBDDD66) is known color: Conifer. HEX triplet: BD, DD and 66. RGB value is (189,221,102). Sum of RGB (Red+Green+Blue) = 189+221+102=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD66 is #422299. Grayscale: #C6C6C6. Windows color (decimal): -4334234 or 6741437. OLE color: 6741437.

HSL color Cylindrical-coordinate representation of color #BDDD66: hue angle of 76.13º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDDD66 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 102 -
CMYK 0.14 0 0.54 0.13
HSL 76.13º 0.64% 0.63% -
HSV(B) 76.13º 0.54% 0.87% -
XYZ 49.24 63.49 22.23 -
YUV 197.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 189 221 102 0.14 0 0.54 0.13 76.13 0.64 0.63
Hex BD DD 66 E 0 36 D 4C 40 3F
Octal 275 335 146 16 0 66 15 114 100 77
Binary 10111101 11011101 1100110 1110 0 110110 1101 1001100 1000000 111111

Color Harmonies of #BDDD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD66

Black with #BDDD66

Text Example


Text Example

White with #BDDD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD66; }

 p { color: rgb(189,221,102); }

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

background-color css

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

 a { background-color: rgb(189,221,102); }

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

border-color css

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

 span { border-color: rgb(189,221,102); }

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