Html Css Color HEX #9BA492 Delta

📋 copy color: '#9BA492'

red 155 ◦ green 164 ◦ blue 146

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

Shades of Delta #9BA492

Tints of Delta #9BA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 33.33%
G = 35.27%
B = 31.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#9BA492 (or 0x9BA492) is known color: Delta. HEX triplet: 9B, A4 and 92. RGB value is (155,164,146). Sum of RGB (Red+Green+Blue) = 155+164+146=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA492 is #645B6D. Grayscale: #9F9F9F. Windows color (decimal): -6577006 or 9610395. OLE color: 9610395.

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

Color convert

RGB 155 164 146 -
CMYK 0.05 0 0.11 0.36
HSL 90º 0.09% 0.61% -
HSV(B) 90º 0.11% 0.64% -
XYZ 31.98 35.59 32.38 -
YUV 159.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 155 164 146 0.05 0 0.11 0.36 90 0.09 0.61
Hex 9B A4 92 5 0 B 24 5A 9 3D
Octal 233 244 222 5 0 13 44 132 11 75
Binary 10011011 10100100 10010010 101 0 1011 100100 1011010 1001 111101

Color Harmonies of #9BA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA492

Black with #9BA492

Text Example


Text Example

White with #9BA492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,164,146); }

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

background-color css

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

 a { background-color: rgb(155,164,146); }

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

border-color css

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

 span { border-color: rgb(155,164,146); }

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