#CBCC6A

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

Shades of Wild Willow #CBCC6A

Tints of Wild Willow #CBCC6A

Color information

#CBCC6A (or 0xCBCC6A) is unknown color: approx Wild Willow. HEX triplet: CB, CC and 6A. RGB value is (203,204,106). Sum of RGB (Red+Green+Blue) = 203+204+106=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC6A is #343395. Grayscale: #C0C0C0. Windows color (decimal): -3421078 or 6999243. OLE color: 6999243.

HSL color Cylindrical-coordinate representation of color #CBCC6A: hue angle of 60.61º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBCC6A is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB203204106-
CMYK0.0000.480.2
HSL60.61º49%60.78%-
HSV(B)60.61º48.04%80%-
XYZ48.8256.9222.05-
YUV192.5379.17135.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=39.57%
G=39.77%
B=20.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041060.0000.480.260.614960.78
HexCBCC6A0030143d313d
Octal313314152006024756175
Binary110010111100110011010100011000010100111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC6A; }

 p { color: rgb(203,204,106); }

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

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

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

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

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

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

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