#CBEBCB

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

Shades of Granny Apple #CBEBCB

Tints of Granny Apple #CBEBCB

Color information

#CBEBCB (or 0xCBEBCB) is unknown color: approx Granny Apple. HEX triplet: CB, EB and CB. RGB value is (203,235,203). Sum of RGB (Red+Green+Blue) = 203+235+203=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBCB is #341434. Grayscale: #DDDDDD. Windows color (decimal): -3413045 or 13364171. OLE color: 13364171.

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

Color convert

RGB203235203-
CMYK0.1400.140.08
HSL120º44.44%85.88%-
HSV(B)120º13.62%92.16%-
XYZ65.1276.4267.82-
YUV221.78117.4114.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=31.67%
G=36.66%
B=31.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352030.1400.140.0812044.4485.88
HexCBEBCBE0E8782c56
Octal313353313160161017054126
Binary110010111110101111001011111001110100011110001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBCB; }

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

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

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

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

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

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

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

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