#CBE983

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

Shades of Sulu #CBE983

Tints of Sulu #CBE983

Color information

#CBE983 (or 0xCBE983) is unknown color: approx Sulu. HEX triplet: CB, E9 and 83. RGB value is (203,233,131). Sum of RGB (Red+Green+Blue) = 203+233+131=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE983 is #34167C. Grayscale: #D4D4D4. Windows color (decimal): -3413629 or 8645067. OLE color: 8645067.

HSL color Cylindrical-coordinate representation of color #CBE983: hue angle of 77.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBE983 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB203233131-
CMYK0.1300.440.09
HSL77.65º69.86%71.37%-
HSV(B)77.65º43.78%91.37%-
XYZ57.8672.6132.44-
YUV212.482.06121.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=35.80%
G=41.09%
B=23.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331310.1300.440.0977.6569.8671.37
HexCBE983D02C94e4647
Octal3133512031505411116106107
Binary110010111110100110000011110101011001001100111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE983; }

 p { color: rgb(203,233,131); }

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

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

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

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

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

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

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