#CBC16E

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

Shades of Dark Khaki #CBC16E

Tints of Dark Khaki #CBC16E

Color information

#CBC16E (or 0xCBC16E) is unknown color: approx Dark Khaki. HEX triplet: CB, C1 and 6E. RGB value is (203,193,110). Sum of RGB (Red+Green+Blue) = 203+193+110=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16E is #343E91. Grayscale: #BABABA. Windows color (decimal): -3423890 or 7258571. OLE color: 7258571.

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

Color convert

RGB203193110-
CMYK00.050.460.20
HSL53.55º47.21%61.37%-
HSV(B)53.55º45.81%79.61%-
XYZ46.5151.9622.33-
YUV186.5384.81139.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=40.12%
G=38.14%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319311000.050.460.2053.5547.2161.37
HexCBC16E052E14362f3d
Octal313301156055624665775
Binary11001011110000011101110010110111010100110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC16E; }

 p { color: rgb(203,193,110); }

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

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

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

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

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

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

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