#CBC26A

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

Shades of Dark Khaki #CBC26A

Tints of Dark Khaki #CBC26A

Color information

#CBC26A (or 0xCBC26A) is unknown color: approx Dark Khaki. HEX triplet: CB, C2 and 6A. RGB value is (203,194,106). Sum of RGB (Red+Green+Blue) = 203+194+106=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC26A is #343D95. Grayscale: #BBBBBB. Windows color (decimal): -3423638 or 6996683. OLE color: 6996683.

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

Color convert

RGB203194106-
CMYK00.040.480.20
HSL54.43º48.26%60.59%-
HSV(B)54.43º47.78%79.61%-
XYZ46.5252.3221.28-
YUV186.6682.48139.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=40.36%
G=38.57%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319410600.040.480.2054.4348.2660.59
HexCBC26A04301436303d
Octal313302152046024666075
Binary11001011110000101101010010011000010100110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC26A; }

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

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

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

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

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

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

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

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