#9BEBA9

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

Shades of Celadon #9BEBA9

Tints of Celadon #9BEBA9

Color information

#9BEBA9 (or 0x9BEBA9) is unknown color: approx Celadon. HEX triplet: 9B, EB and A9. RGB value is (155,235,169). Sum of RGB (Red+Green+Blue) = 155+235+169=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBA9 is #641456. Grayscale: #CBCBCB. Windows color (decimal): -6558807 or 11135899. OLE color: 11135899.

HSL color Cylindrical-coordinate representation of color #9BEBA9: hue angle of 130.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBA9 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB155235169-
CMYK0.3400.280.08
HSL130.5º66.67%76.47%-
HSV(B)130.5º34.04%92.16%-
XYZ50.3969.2548.25-
YUV203.56108.593.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=27.73%
G=42.04%
B=30.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351690.3400.280.08130.566.6776.47
Hex9BEBA92201C882434c
Octal2333532514203410202103114
Binary10011011111010111010100110001001110010001000001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BEBA9; }

 p { color: rgb(155,235,169); }

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

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

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

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

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

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

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