Html Css Color HEX #9BAF81 Olivine

📋 copy color: '#9BAF81'

red 155 ◦ green 175 ◦ blue 129

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

Shades of Olivine #9BAF81

Tints of Olivine #9BAF81

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 129 (50.78% from 255) = 28.1%

R = 33.77%
G = 38.13%
B = 28.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#9BAF81 (or 0x9BAF81) is known color: Olivine. HEX triplet: 9B, AF and 81. RGB value is (155,175,129). Sum of RGB (Red+Green+Blue) = 155+175+129=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF81 is #64507E. Grayscale: #A3A3A3. Windows color (decimal): -6574207 or 8499099. OLE color: 8499099.

HSL color Cylindrical-coordinate representation of color #9BAF81: hue angle of 86.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BAF81 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 129 -
CMYK 0.11 0 0.26 0.31
HSL 86.09º 0.22% 0.6% -
HSV(B) 86.09º 0.26% 0.69% -
XYZ 32.81 39.21 26.61 -
YUV 163.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 155 175 129 0.11 0 0.26 0.31 86.09 0.22 0.6
Hex 9B AF 81 B 0 1A 1F 56 16 3C
Octal 233 257 201 13 0 32 37 126 26 74
Binary 10011011 10101111 10000001 1011 0 11010 11111 1010110 10110 111100

Color Harmonies of #9BAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF81

Black with #9BAF81

Text Example


Text Example

White with #9BAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,129); }

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

background-color css

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

 a { background-color: rgb(155,175,129); }

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

border-color css

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

 span { border-color: rgb(155,175,129); }

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