#CBC26D

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

Shades of Dark Khaki #CBC26D

Tints of Dark Khaki #CBC26D

Color information

#CBC26D (or 0xCBC26D) is unknown color: approx Dark Khaki. HEX triplet: CB, C2 and 6D. RGB value is (203,194,109). Sum of RGB (Red+Green+Blue) = 203+194+109=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC26D is #343D92. Grayscale: #BBBBBB. Windows color (decimal): -3423635 or 7193291. OLE color: 7193291.

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

Color convert

RGB203194109-
CMYK00.040.460.20
HSL54.26º47.47%61.18%-
HSV(B)54.26º46.31%79.61%-
XYZ46.6852.3822.12-
YUV18783.98139.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=40.12%
G=38.34%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319410900.040.460.2054.2647.4761.18
HexCBC26D042E14362f3d
Octal313302155045624665775
Binary11001011110000101101101010010111010100110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC26D; }

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

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

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

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

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

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

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

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