Html Css Color HEX #92AB82 Olivine

📋 copy color: '#92AB82'

red 146 ◦ green 171 ◦ blue 130

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

Shades of Olivine #92AB82

Tints of Olivine #92AB82

RGB

 RED value IS 146 (57.42% from 255) = 32.66%

 GREEN value IS 171 (67.19% from 255) = 38.26%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 32.66%
G = 38.26%
B = 29.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#92AB82 (or 0x92AB82) is known color: Olivine. HEX triplet: 92, AB and 82. RGB value is (146,171,130). Sum of RGB (Red+Green+Blue) = 146+171+130=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB82 is #6D547D. Grayscale: #9E9E9E. Windows color (decimal): -7165054 or 8563602. OLE color: 8563602.

HSL color Cylindrical-coordinate representation of color #92AB82: hue angle of 96.59º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92AB82 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 171 130 -
CMYK 0.15 0 0.24 0.33
HSL 96.59º 0.2% 0.59% -
HSV(B) 96.59º 0.24% 0.67% -
XYZ 30.45 36.85 26.63 -
YUV 158.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 146 171 130 0.15 0 0.24 0.33 96.59 0.2 0.59
Hex 92 AB 82 F 0 18 21 61 14 3B
Octal 222 253 202 17 0 30 41 141 24 73
Binary 10010010 10101011 10000010 1111 0 11000 100001 1100001 10100 111011

Color Harmonies of #92AB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB82

Black with #92AB82

Text Example


Text Example

White with #92AB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AB82; }

 p { color: rgb(146,171,130); }

 H1.HeaderClassName
 {
   color: #92AB82;
 }
 .AnyTagClassName
 {
   color: #92AB82;
 }
</style>

background-color css

<style>
 a { background-color: #92AB82; }

 a { background-color: rgb(146,171,130); }

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

border-color css

<style>
 span { border-color: #92AB82; }

 span { border-color: rgb(146,171,130); }

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