#CBCC5F

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

Shades of Wild Willow #CBCC5F

Tints of Wild Willow #CBCC5F

Color information

#CBCC5F (or 0xCBCC5F) is unknown color: approx Wild Willow. HEX triplet: CB, CC and 5F. RGB value is (203,204,95). Sum of RGB (Red+Green+Blue) = 203+204+95=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC5F is #3433A0. Grayscale: #BFBFBF. Windows color (decimal): -3421089 or 6278347. OLE color: 6278347.

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

Color convert

RGB20320495-
CMYK0.0000.530.2
HSL60.55º51.66%58.63%-
HSV(B)60.55º53.43%80%-
XYZ48.2956.7119.23-
YUV191.2873.67136.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 95 (37.5% from 255) = 18.92%
R=40.44%
G=40.64%
B=18.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204950.0000.530.260.5551.6658.63
HexCBCC5F0035143d343b
Octal313314137006524756473
Binary110010111100110010111110011010110100111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC5F; }

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

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

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

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

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

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

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

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