#BDDC68

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

Shades of Wild Willow #BDDC68

Tints of Wild Willow #BDDC68

Color information

#BDDC68 (or 0xBDDC68) is unknown color: approx Wild Willow. HEX triplet: BD, DC and 68. RGB value is (189,220,104). Sum of RGB (Red+Green+Blue) = 189+220+104=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC68 is #422397. Grayscale: #C5C5C5. Windows color (decimal): -4334488 or 6872253. OLE color: 6872253.

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

Color convert

RGB189220104-
CMYK0.1400.530.14
HSL76.03º62.37%63.53%-
HSV(B)76.03º52.73%86.27%-
XYZ49.086322.67-
YUV197.5175.23121.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 104 (41.02% from 255) = 20.27%
R=36.84%
G=42.88%
B=20.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201040.1400.530.1476.0362.3763.53
HexBDDC68E035E4c3e40
Octal275334150160651611476100
Binary1011110111011100110100011100110101111010011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC68; }

 p { color: rgb(189,220,104); }

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

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

 a { background-color: rgb(189,220,104); }

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

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

 span { border-color: rgb(189,220,104); }

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