Html Css Color HEX #9BB476 Olivine

📋 copy color: '#9BB476'

red 155 ◦ green 180 ◦ blue 118

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

Shades of Olivine #9BB476

Tints of Olivine #9BB476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 34.22%
G = 39.74%
B = 26.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#9BB476 (or 0x9BB476) is known color: Olivine. HEX triplet: 9B, B4 and 76. RGB value is (155,180,118). Sum of RGB (Red+Green+Blue) = 155+180+118=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB476 is #644B89. Grayscale: #A5A5A5. Windows color (decimal): -6572938 or 7779483. OLE color: 7779483.

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

Color convert

RGB 155 180 118 -
CMYK 0.14 0 0.34 0.29
HSL 84.19º 0.29% 0.58% -
HSV(B) 84.19º 0.34% 0.71% -
XYZ 33.11 40.92 23.29 -
YUV 165.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 155 180 118 0.14 0 0.34 0.29 84.19 0.29 0.58
Hex 9B B4 76 E 0 22 1D 54 1D 3A
Octal 233 264 166 16 0 42 35 124 35 72
Binary 10011011 10110100 1110110 1110 0 100010 11101 1010100 11101 111010

Color Harmonies of #9BB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB476

Black with #9BB476

Text Example


Text Example

White with #9BB476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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