Html Css Color HEX #9BA288 Delta

📋 copy color: '#9BA288'

red 155 ◦ green 162 ◦ blue 136

#9BA288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Delta #9BA288

Tints of Delta #9BA288

RGB

 RED value IS 155 (60.94% from 255) = 34.22%

 GREEN value IS 162 (63.67% from 255) = 35.76%

 BLUE value IS 136 (53.52% from 255) = 30.02%

R = 34.22%
G = 35.76%
B = 30.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#9BA288 (or 0x9BA288) is known color: Delta. HEX triplet: 9B, A2 and 88. RGB value is (155,162,136). Sum of RGB (Red+Green+Blue) = 155+162+136=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA288 is #645D77. Grayscale: #9D9D9D. Windows color (decimal): -6577528 or 8954523. OLE color: 8954523.

HSL color Cylindrical-coordinate representation of color #9BA288: hue angle of 76.15º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA288 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 136 -
CMYK 0.04 0 0.16 0.36
HSL 76.15º 0.12% 0.58% -
HSV(B) 76.15º 0.16% 0.64% -
XYZ 30.88 34.59 28.34 -
YUV 156.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 155 162 136 0.04 0 0.16 0.36 76.15 0.12 0.58
Hex 9B A2 88 4 0 10 24 4C C 3A
Octal 233 242 210 4 0 20 44 114 14 72
Binary 10011011 10100010 10001000 100 0 10000 100100 1001100 1100 111010

Color Harmonies of #9BA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA288

Black with #9BA288

Text Example


Text Example

White with #9BA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,162,136); }

 H1.HeaderClassName
 {
   color: #9BA288;
 }
 .AnyTagClassName
 {
   color: #9BA288;
 }
</style>

background-color css

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

 a { background-color: rgb(155,162,136); }

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

border-color css

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

 span { border-color: rgb(155,162,136); }

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