Html Css Color HEX #9BB473 Olivine

📋 copy color: '#9BB473'

red 155 ◦ green 180 ◦ blue 115

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

Shades of Olivine #9BB473

Tints of Olivine #9BB473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.56%

R = 34.44%
G = 40%
B = 25.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#9BB473 (or 0x9BB473) is known color: Olivine. HEX triplet: 9B, B4 and 73. RGB value is (155,180,115). Sum of RGB (Red+Green+Blue) = 155+180+115=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB473 is #644B8C. Grayscale: #A5A5A5. Windows color (decimal): -6572941 or 7582875. OLE color: 7582875.

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

Color convert

RGB 155 180 115 -
CMYK 0.14 0 0.36 0.29
HSL 83.08º 0.3% 0.58% -
HSV(B) 83.08º 0.36% 0.71% -
XYZ 32.93 40.85 22.37 -
YUV 165.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 155 180 115 0.14 0 0.36 0.29 83.08 0.3 0.58
Hex 9B B4 73 E 0 24 1D 53 1E 3A
Octal 233 264 163 16 0 44 35 123 36 72
Binary 10011011 10110100 1110011 1110 0 100100 11101 1010011 11110 111010

Color Harmonies of #9BB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB473

Black with #9BB473

Text Example


Text Example

White with #9BB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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