Html Css Color HEX #9BB47F Olivine

📋 copy color: '#9BB47F'

red 155 ◦ green 180 ◦ blue 127

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

Shades of Olivine #9BB47F

Tints of Olivine #9BB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 127 (50% from 255) = 27.49%

R = 33.55%
G = 38.96%
B = 27.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#9BB47F (or 0x9BB47F) is known color: Olivine. HEX triplet: 9B, B4 and 7F. RGB value is (155,180,127). Sum of RGB (Red+Green+Blue) = 155+180+127=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB47F is #644B80. Grayscale: #A6A6A6. Windows color (decimal): -6572929 or 8369307. OLE color: 8369307.

HSL color Cylindrical-coordinate representation of color #9BB47F: hue angle of 88.3º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BB47F is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 127 -
CMYK 0.14 0 0.29 0.29
HSL 88.3º 0.26% 0.6% -
HSV(B) 88.3º 0.29% 0.71% -
XYZ 33.67 41.14 26.25 -
YUV 166.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 155 180 127 0.14 0 0.29 0.29 88.3 0.26 0.6
Hex 9B B4 7F E 0 1D 1D 58 1A 3C
Octal 233 264 177 16 0 35 35 130 32 74
Binary 10011011 10110100 1111111 1110 0 11101 11101 1011000 11010 111100

Color Harmonies of #9BB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB47F

Black with #9BB47F

Text Example


Text Example

White with #9BB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,127); }

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

background-color css

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

 a { background-color: rgb(155,180,127); }

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

border-color css

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

 span { border-color: rgb(155,180,127); }

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