#CBC46D

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

Shades of Dark Khaki #CBC46D

Tints of Dark Khaki #CBC46D

Color information

#CBC46D (or 0xCBC46D) is unknown color: approx Dark Khaki. HEX triplet: CB, C4 and 6D. RGB value is (203,196,109). Sum of RGB (Red+Green+Blue) = 203+196+109=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC46D is #343B92. Grayscale: #BCBCBC. Windows color (decimal): -3423123 or 7193803. OLE color: 7193803.

HSL color Cylindrical-coordinate representation of color #CBC46D: hue angle of 55.53º 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 #CBC46D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203196109-
CMYK00.030.460.20
HSL55.53º47.47%61.18%-
HSV(B)55.53º46.31%79.61%-
XYZ47.1353.2822.27-
YUV188.1883.32138.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 109 (42.97% from 255) = 21.46%
R=39.96%
G=38.58%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319610900.030.460.2055.5347.4761.18
HexCBC46D032E14382f3d
Octal313304155035624705775
Binary1100101111000100110110101110111010100111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC46D; }

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

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

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

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

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

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

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

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