Html Css Color HEX #92A580 Olivine

📋 copy color: '#92A580'

red 146 ◦ green 165 ◦ blue 128

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

Shades of Olivine #92A580

Tints of Olivine #92A580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 33.26%
G = 37.59%
B = 29.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#92A580 (or 0x92A580) is known color: Olivine. HEX triplet: 92, A5 and 80. RGB value is (146,165,128). Sum of RGB (Red+Green+Blue) = 146+165+128=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #92A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A580 is #6D5A7F. Grayscale: #9B9B9B. Windows color (decimal): -7166592 or 8430994. OLE color: 8430994.

HSL color Cylindrical-coordinate representation of color #92A580: hue angle of 90.81º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92A580 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 146 165 128 -
CMYK 0.12 0 0.22 0.35
HSL 90.81º 0.17% 0.57% -
HSV(B) 90.81º 0.22% 0.65% -
XYZ 29.21 34.58 25.56 -
YUV 155.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 146 165 128 0.12 0 0.22 0.35 90.81 0.17 0.57
Hex 92 A5 80 C 0 16 23 5B 11 39
Octal 222 245 200 14 0 26 43 133 21 71
Binary 10010010 10100101 10000000 1100 0 10110 100011 1011011 10001 111001

Color Harmonies of #92A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A580

Black with #92A580

Text Example


Text Example

White with #92A580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,165,128); }

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

background-color css

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

 a { background-color: rgb(146,165,128); }

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

border-color css

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

 span { border-color: rgb(146,165,128); }

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