#CBCB6B

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

Shades of Wild Willow #CBCB6B

Tints of Wild Willow #CBCB6B

Color information

#CBCB6B (or 0xCBCB6B) is unknown color: approx Wild Willow. HEX triplet: CB, CB and 6B. RGB value is (203,203,107). Sum of RGB (Red+Green+Blue) = 203+203+107=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB6B is #343494. Grayscale: #C0C0C0. Windows color (decimal): -3421333 or 7064523. OLE color: 7064523.

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

Color convert

RGB203203107-
CMYK000.470.20
HSL60º48%60.78%-
HSV(B)60º47.29%79.61%-
XYZ48.6456.4722.25-
YUV192.0680135.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 107 (42.19% from 255) = 20.86%
R=39.57%
G=39.57%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203107000.470.20604860.78
HexCBCB6B002F143c303d
Octal313313153005724746075
Binary110010111100101111010110010111110100111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCB6B; }

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

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

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

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

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

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

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

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