#CBEA8B

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

Shades of Sulu #CBEA8B

Tints of Sulu #CBEA8B

Color information

#CBEA8B (or 0xCBEA8B) is unknown color: approx Sulu. HEX triplet: CB, EA and 8B. RGB value is (203,234,139). Sum of RGB (Red+Green+Blue) = 203+234+139=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA8B is #341574. Grayscale: #D6D6D6. Windows color (decimal): -3413365 or 9169611. OLE color: 9169611.

HSL color Cylindrical-coordinate representation of color #CBEA8B: hue angle of 79.58º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBEA8B is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB203234139-
CMYK0.1300.410.08
HSL79.58º69.34%73.14%-
HSV(B)79.58º40.6%91.76%-
XYZ58.7173.4135.5-
YUV213.985.73120.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 234 (91.80% from 255) = 40.62%
BLUE value IS 139 (54.69% from 255) = 24.13%
R=35.24%
G=40.62%
B=24.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341390.1300.410.0879.5869.3473.14
HexCBEA8BD0298504549
Octal3133522131505110120105111
Binary110010111110101010001011110101010011000101000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA8B; }

 p { color: rgb(203,234,139); }

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

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

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

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

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

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

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