#CBCB62

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

Shades of Wild Willow #CBCB62

Tints of Wild Willow #CBCB62

Color information

#CBCB62 (or 0xCBCB62) is unknown color: approx Wild Willow. HEX triplet: CB, CB and 62. RGB value is (203,203,98). Sum of RGB (Red+Green+Blue) = 203+203+98=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB62 is #34349D. Grayscale: #BFBFBF. Windows color (decimal): -3421342 or 6474699. OLE color: 6474699.

HSL color Cylindrical-coordinate representation of color #CBCB62: hue angle of 60º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBCB62 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20320398-
CMYK000.520.20
HSL60º50.24%59.02%-
HSV(B)60º51.72%79.61%-
XYZ48.1956.2919.88-
YUV191.0375.5136.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 98 (38.67% from 255) = 19.44%
R=40.28%
G=40.28%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320398000.520.206050.2459.02
HexCBCB620034143c323b
Octal313313142006424746273
Binary110010111100101111000100011010010100111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCB62; }

 p { color: rgb(203,203,98); }

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

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

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

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

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

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

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