#CBCE92

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

Shades of Deco #CBCE92

Tints of Deco #CBCE92

Color information

#CBCE92 (or 0xCBCE92) is unknown color: approx Deco. HEX triplet: CB, CE and 92. RGB value is (203,206,146). Sum of RGB (Red+Green+Blue) = 203+206+146=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCE92 is #34316D. Grayscale: #C6C6C6. Windows color (decimal): -3420526 or 9621195. OLE color: 9621195.

HSL color Cylindrical-coordinate representation of color #CBCE92: hue angle of 63º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBCE92 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB203206146-
CMYK0.0100.290.19
HSL63º37.97%69.02%-
HSV(B)63º29.13%80.78%-
XYZ51.8958.9135.83-
YUV198.2698.51131.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 146 (57.42% from 255) = 26.31%
R=36.58%
G=37.12%
B=26.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061460.0100.290.196337.9769.02
HexCBCE92101D133f2645
Octal3133162221035237746105
Binary1100101111001110100100101011101100111111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCE92; }

 p { color: rgb(203,206,146); }

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

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

 a { background-color: rgb(203,206,146); }

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

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

 span { border-color: rgb(203,206,146); }

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