Html Css Color HEX #9BAD7C Olivine

📋 copy color: '#9BAD7C'

red 155 ◦ green 173 ◦ blue 124

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

Shades of Olivine #9BAD7C

Tints of Olivine #9BAD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.27%

 BLUE value IS 124 (48.83% from 255) = 27.43%

R = 34.29%
G = 38.27%
B = 27.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#9BAD7C (or 0x9BAD7C) is known color: Olivine. HEX triplet: 9B, AD and 7C. RGB value is (155,173,124). Sum of RGB (Red+Green+Blue) = 155+173+124=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD7C is #645283. Grayscale: #A2A2A2. Windows color (decimal): -6574724 or 8170907. OLE color: 8170907.

HSL color Cylindrical-coordinate representation of color #9BAD7C: hue angle of 82.04º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BAD7C is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 173 124 -
CMYK 0.10 0 0.28 0.32
HSL 82.04º 0.23% 0.58% -
HSV(B) 82.04º 0.28% 0.68% -
XYZ 32.1 38.31 24.77 -
YUV 162.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 155 173 124 0.10 0 0.28 0.32 82.04 0.23 0.58
Hex 9B AD 7C A 0 1C 20 52 17 3A
Octal 233 255 174 12 0 34 40 122 27 72
Binary 10011011 10101101 1111100 1010 0 11100 100000 1010010 10111 111010

Color Harmonies of #9BAD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAD7C

Black with #9BAD7C

Text Example


Text Example

White with #9BAD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,124); }

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

background-color css

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

 a { background-color: rgb(155,173,124); }

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

border-color css

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

 span { border-color: rgb(155,173,124); }

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