Html Css Color HEX #92B980 Olivine

📋 copy color: '#92B980'

red 146 ◦ green 185 ◦ blue 128

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

Shades of Olivine #92B980

Tints of Olivine #92B980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

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

R = 31.81%
G = 40.31%
B = 27.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#92B980 (or 0x92B980) is known color: Olivine. HEX triplet: 92, B9 and 80. RGB value is (146,185,128). Sum of RGB (Red+Green+Blue) = 146+185+128=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #92B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B980 is #6D467F. Grayscale: #A7A7A7. Windows color (decimal): -7161472 or 8436114. OLE color: 8436114.

HSL color Cylindrical-coordinate representation of color #92B980: hue angle of 101.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92B980 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 185 128 -
CMYK 0.21 0 0.31 0.27
HSL 101.05º 0.29% 0.61% -
HSV(B) 101.05º 0.31% 0.73% -
XYZ 33.1 42.37 26.86 -
YUV 166.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 146 185 128 0.21 0 0.31 0.27 101.05 0.29 0.61
Hex 92 B9 80 15 0 1F 1B 65 1D 3D
Octal 222 271 200 25 0 37 33 145 35 75
Binary 10010010 10111001 10000000 10101 0 11111 11011 1100101 11101 111101

Color Harmonies of #92B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B980

Black with #92B980

Text Example


Text Example

White with #92B980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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