#CBDA56

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

Shades of Wild Willow #CBDA56

Tints of Wild Willow #CBDA56

Color information

#CBDA56 (or 0xCBDA56) is unknown color: approx Wild Willow. HEX triplet: CB, DA and 56. RGB value is (203,218,86). Sum of RGB (Red+Green+Blue) = 203+218+86=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA56 is #3425A9. Grayscale: #C6C6C6. Windows color (decimal): -3417514 or 5692107. OLE color: 5692107.

HSL color Cylindrical-coordinate representation of color #CBDA56: hue angle of 66.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBDA56 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB20321886-
CMYK0.0700.610.15
HSL66.82º64.08%59.61%-
HSV(B)66.82º60.55%85.49%-
XYZ51.3863.5118.35-
YUV198.4764.53131.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 86 (33.98% from 255) = 16.96%
R=40.04%
G=43.00%
B=16.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203218860.0700.610.1566.8264.0859.61
HexCBDA56703DF43403c
Octal31333212670751710310074
Binary110010111101101010101101110111101111110000111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDA56; }

 p { color: rgb(203,218,86); }

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

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

 a { background-color: rgb(203,218,86); }

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

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

 span { border-color: rgb(203,218,86); }

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