#CBD064

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

Shades of Wild Willow #CBD064

Tints of Wild Willow #CBD064

Color information

#CBD064 (or 0xCBD064) is unknown color: approx Wild Willow. HEX triplet: CB, D0 and 64. RGB value is (203,208,100). Sum of RGB (Red+Green+Blue) = 203+208+100=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD064 is #342F9B. Grayscale: #C2C2C2. Windows color (decimal): -3420060 or 6607051. OLE color: 6607051.

HSL color Cylindrical-coordinate representation of color #CBD064: hue angle of 62.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBD064 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB203208100-
CMYK0.0200.520.18
HSL62.78º53.47%60.39%-
HSV(B)62.78º51.92%81.57%-
XYZ49.4858.7320.78-
YUV194.1974.84134.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=39.73%
G=40.70%
B=19.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081000.0200.520.1862.7853.4760.39
HexCBD0642034123f353c
Octal313320144206422776574
Binary1100101111010000110010010011010010010111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD064; }

 p { color: rgb(203,208,100); }

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

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

 a { background-color: rgb(203,208,100); }

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

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

 span { border-color: rgb(203,208,100); }

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