#CBC26F

Color #CBC26F Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CBC26F

Tints of Dark Khaki #CBC26F

Color information

#CBC26F (or 0xCBC26F) is unknown color: approx Dark Khaki. HEX triplet: CB, C2 and 6F. RGB value is (203,194,111). Sum of RGB (Red+Green+Blue) = 203+194+111=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC26F is #343D90. Grayscale: #BBBBBB. Windows color (decimal): -3423633 or 7324363. OLE color: 7324363.

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

Color convert

RGB203194111-
CMYK00.040.450.20
HSL54.13º46.94%61.57%-
HSV(B)54.13º45.32%79.61%-
XYZ46.7952.4322.69-
YUV187.2384.98139.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 111 (43.75% from 255) = 21.85%
R=39.96%
G=38.19%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319411100.040.450.2054.1346.9461.57
HexCBC26F042D14362f3e
Octal313302157045524665776
Binary11001011110000101101111010010110110100110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC26F; }

 p { color: rgb(203,194,111); }

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

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

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

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

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

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

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