Html Css Color HEX #9BA290 Delta

📋 copy color: '#9BA290'

red 155 ◦ green 162 ◦ blue 144

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

Shades of Delta #9BA290

Tints of Delta #9BA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 33.62%
G = 35.14%
B = 31.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#9BA290 (or 0x9BA290) is known color: Delta. HEX triplet: 9B, A2 and 90. RGB value is (155,162,144). Sum of RGB (Red+Green+Blue) = 155+162+144=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA290 is #645D6F. Grayscale: #9D9D9D. Windows color (decimal): -6577520 or 9478811. OLE color: 9478811.

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

Color convert

RGB 155 162 144 -
CMYK 0.04 0 0.11 0.36
HSL 83.33º 0.09% 0.6% -
HSV(B) 83.33º 0.11% 0.64% -
XYZ 31.47 34.82 31.45 -
YUV 157.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 155 162 144 0.04 0 0.11 0.36 83.33 0.09 0.6
Hex 9B A2 90 4 0 B 24 53 9 3C
Octal 233 242 220 4 0 13 44 123 11 74
Binary 10011011 10100010 10010000 100 0 1011 100100 1010011 1001 111100

Color Harmonies of #9BA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA290

Black with #9BA290

Text Example


Text Example

White with #9BA290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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