#bddf69

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

Shades of Conifer #BDDF69

Tints of Conifer #BDDF69

Color information

#BDDF69 (or 0xBDDF69) is unknown color: approx Conifer. HEX triplet: BD, DF and 69. RGB value is (189,223,105). Sum of RGB (Red+Green+Blue) = 189+223+105=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF69 is #422096. Grayscale: #C7C7C7. Windows color (decimal): -4333719 or 6938557. OLE color: 6938557.

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

Color convert

RGB189223105-
CMYK0.1500.530.13
HSL77.29º64.84%64.31%-
HSV(B)77.29º52.91%87.45%-
XYZ49.9264.6123.21-
YUV199.3874.74120.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 223 (87.5% from 255) = 43.13%
BLUE value IS 105 (41.41% from 255) = 20.31%
R=36.56%
G=43.13%
B=20.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231050.1500.530.1377.2964.8464.31
HexBDDF69F035D4d4140
Octal2753371511706515115101100
Binary10111101110111111101001111101101011101100110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bddf69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bddf69; }

 p { color: rgb(189,223,105); }

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

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

 a { background-color: rgb(189,223,105); }

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

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

 span { border-color: rgb(189,223,105); }

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