Html Css Color HEX #9BB47D Olivine

📋 copy color: '#9BB47D'

red 155 ◦ green 180 ◦ blue 125

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

Shades of Olivine #9BB47D

Tints of Olivine #9BB47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 33.7%
G = 39.13%
B = 27.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#9BB47D (or 0x9BB47D) is known color: Olivine. HEX triplet: 9B, B4 and 7D. RGB value is (155,180,125). Sum of RGB (Red+Green+Blue) = 155+180+125=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB47D is #644B82. Grayscale: #A6A6A6. Windows color (decimal): -6572931 or 8238235. OLE color: 8238235.

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

Color convert

RGB 155 180 125 -
CMYK 0.14 0 0.31 0.29
HSL 87.27º 0.27% 0.6% -
HSV(B) 87.27º 0.31% 0.71% -
XYZ 33.54 41.09 25.57 -
YUV 166.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 155 180 125 0.14 0 0.31 0.29 87.27 0.27 0.6
Hex 9B B4 7D E 0 1F 1D 57 1B 3C
Octal 233 264 175 16 0 37 35 127 33 74
Binary 10011011 10110100 1111101 1110 0 11111 11101 1010111 11011 111100

Color Harmonies of #9BB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB47D

Black with #9BB47D

Text Example


Text Example

White with #9BB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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