#CBE686

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

Shades of Sulu #CBE686

Tints of Sulu #CBE686

Color information

#CBE686 (or 0xCBE686) is unknown color: approx Sulu. HEX triplet: CB, E6 and 86. RGB value is (203,230,134). Sum of RGB (Red+Green+Blue) = 203+230+134=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE686 is #341979. Grayscale: #D3D3D3. Windows color (decimal): -3414394 or 8840907. OLE color: 8840907.

HSL color Cylindrical-coordinate representation of color #CBE686: hue angle of 76.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBE686 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB203230134-
CMYK0.1200.420.10
HSL76.88º65.75%71.37%-
HSV(B)76.88º41.74%90.2%-
XYZ57.2371.0133.24-
YUV210.9884.55122.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 230 (90.23% from 255) = 40.56%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=35.80%
G=40.56%
B=23.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032301340.1200.420.1076.8865.7571.37
HexCBE686C02AA4d4247
Octal3133462061405212115102107
Binary110010111110011010000110110001010101010100110110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE686; }

 p { color: rgb(203,230,134); }

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

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

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

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

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

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

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