#CBDA65

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

Shades of Wild Willow #CBDA65

Tints of Wild Willow #CBDA65

Color information

#CBDA65 (or 0xCBDA65) is unknown color: approx Wild Willow. HEX triplet: CB, DA and 65. RGB value is (203,218,101). Sum of RGB (Red+Green+Blue) = 203+218+101=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA65 is #34259A. Grayscale: #C8C8C8. Windows color (decimal): -3417499 or 6675147. OLE color: 6675147.

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

Color convert

RGB203218101-
CMYK0.0700.540.15
HSL67.69º61.26%62.55%-
HSV(B)67.69º53.67%85.49%-
XYZ52.0563.7821.88-
YUV200.1872.03130.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=38.89%
G=41.76%
B=19.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181010.0700.540.1567.6961.2662.55
HexCBDA657036F443d3f
Octal3133321457066171047577
Binary11001011110110101100101111011011011111000100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDA65; }

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

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

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

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

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

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

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

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