#CBCC68

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

Shades of Wild Willow #CBCC68

Tints of Wild Willow #CBCC68

Color information

#CBCC68 (or 0xCBCC68) is unknown color: approx Wild Willow. HEX triplet: CB, CC and 68. RGB value is (203,204,104). Sum of RGB (Red+Green+Blue) = 203+204+104=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC68 is #343397. Grayscale: #C0C0C0. Windows color (decimal): -3421080 or 6868171. OLE color: 6868171.

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

Color convert

RGB203204104-
CMYK0.0000.490.2
HSL60.6º49.5%60.39%-
HSV(B)60.6º49.02%80%-
XYZ48.7256.8821.51-
YUV192.378.17135.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=39.73%
G=39.92%
B=20.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041040.0000.490.260.649.560.39
HexCBCC680031143d323c
Octal313314150006124756274
Binary110010111100110011010000011000110100111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC68; }

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

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

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

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

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

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

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

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