#BDDE66

Color #BDDE66 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDDE66

Tints of Conifer #BDDE66

Color information

#BDDE66 (or 0xBDDE66) is unknown color: approx Conifer. HEX triplet: BD, DE and 66. RGB value is (189,222,102). Sum of RGB (Red+Green+Blue) = 189+222+102=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE66 is #422199. Grayscale: #C6C6C6. Windows color (decimal): -4333978 or 6741693. OLE color: 6741693.

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

Color convert

RGB189222102-
CMYK0.1500.540.13
HSL76.5º64.52%63.53%-
HSV(B)76.5º54.05%87.06%-
XYZ49.5164.0222.32-
YUV198.4573.57121.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 102 (40.23% from 255) = 19.88%
R=36.84%
G=43.27%
B=19.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221020.1500.540.1376.564.5263.53
HexBDDE66F036D4c4140
Octal2753361461706615114101100
Binary10111101110111101100110111101101101101100110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE66; }

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

 H1.HeaderClassName
 {
   color: #BDDE66;
 }
 .AnyTagClassName
 {
   color: #BDDE66;
 }
</style>
background-color css

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

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

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

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

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

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