#CBECCB

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

Shades of Granny Apple #CBECCB

Tints of Granny Apple #CBECCB

Color information

#CBECCB (or 0xCBECCB) is unknown color: approx Granny Apple. HEX triplet: CB, EC and CB. RGB value is (203,236,203). Sum of RGB (Red+Green+Blue) = 203+236+203=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCB is #341334. Grayscale: #DEDEDE. Windows color (decimal): -3412789 or 13364427. OLE color: 13364427.

HSL color Cylindrical-coordinate representation of color #CBECCB: hue angle of 120º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECCB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB203236203-
CMYK0.1400.140.07
HSL120º46.48%86.08%-
HSV(B)120º13.98%92.55%-
XYZ65.47767.92-
YUV222.37117.07114.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=31.62%
G=36.76%
B=31.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362030.1400.140.0712046.4886.08
HexCBECCBE0E7782e56
Octal31335431316016717056126
Binary11001011111011001100101111100111011111110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECCB; }

 p { color: rgb(203,236,203); }

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

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

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

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

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

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

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