#cbda55

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

Shades of Wild Willow #CBDA55

Tints of Wild Willow #CBDA55

Color information

#CBDA55 (or 0xCBDA55) is unknown color: approx Wild Willow. HEX triplet: CB, DA and 55. RGB value is (203,218,85). Sum of RGB (Red+Green+Blue) = 203+218+85=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA55 is #3425AA. Grayscale: #C6C6C6. Windows color (decimal): -3417515 or 5626571. OLE color: 5626571.

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

Color convert

RGB20321885-
CMYK0.0700.610.15
HSL66.77º64.25%59.41%-
HSV(B)66.77º61.01%85.49%-
XYZ51.3463.518.14-
YUV198.3564.03131.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=40.12%
G=43.08%
B=16.80%

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
Decimal203218850.0700.610.1566.7764.2559.41
HexCBDA55703DF43403b
Octal31333212570751710310073
Binary110010111101101010101011110111101111110000111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbda55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbda55; }

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

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

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

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

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

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

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

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