Html Css Color HEX #8BB474 Olivine

📋 copy color: '#8BB474'

red 139 ◦ green 180 ◦ blue 116

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

Shades of Olivine #8BB474

Tints of Olivine #8BB474

RGB

 RED value IS 139 (54.69% from 255) = 31.95%

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 31.95%
G = 41.38%
B = 26.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#8BB474 (or 0x8BB474) is known color: Olivine. HEX triplet: 8B, B4 and 74. RGB value is (139,180,116). Sum of RGB (Red+Green+Blue) = 139+180+116=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB474 is #744B8B. Grayscale: #A0A0A0. Windows color (decimal): -7621516 or 7648395. OLE color: 7648395.

HSL color Cylindrical-coordinate representation of color #8BB474: hue angle of 98.44º 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 #8BB474 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 180 116 -
CMYK 0.23 0 0.36 0.29
HSL 98.44º 0.3% 0.58% -
HSV(B) 98.44º 0.36% 0.71% -
XYZ 30.12 39.39 22.54 -
YUV 160.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 139 180 116 0.23 0 0.36 0.29 98.44 0.3 0.58
Hex 8B B4 74 17 0 24 1D 62 1E 3A
Octal 213 264 164 27 0 44 35 142 36 72
Binary 10001011 10110100 1110100 10111 0 100100 11101 1100010 11110 111010

Color Harmonies of #8BB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB474

Black with #8BB474

Text Example


Text Example

White with #8BB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB474; }

 p { color: rgb(139,180,116); }

 H1.HeaderClassName
 {
   color: #8BB474;
 }
 .AnyTagClassName
 {
   color: #8BB474;
 }
</style>

background-color css

<style>
 a { background-color: #8BB474; }

 a { background-color: rgb(139,180,116); }

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

border-color css

<style>
 span { border-color: #8BB474; }

 span { border-color: rgb(139,180,116); }

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