Html Css Color HEX #92B966 Olivine

📋 copy color: '#92B966'

red 146 ◦ green 185 ◦ blue 102

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

Shades of Olivine #92B966

Tints of Olivine #92B966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 33.72%
G = 42.73%
B = 23.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#92B966 (or 0x92B966) is known color: Olivine. HEX triplet: 92, B9 and 66. RGB value is (146,185,102). Sum of RGB (Red+Green+Blue) = 146+185+102=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #92B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B966 is #6D4699. Grayscale: #A4A4A4. Windows color (decimal): -7161498 or 6732178. OLE color: 6732178.

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

Color convert

RGB 146 185 102 -
CMYK 0.21 0 0.45 0.27
HSL 88.19º 0.37% 0.56% -
HSV(B) 88.19º 0.45% 0.73% -
XYZ 31.6 41.77 18.97 -
YUV 163.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 146 185 102 0.21 0 0.45 0.27 88.19 0.37 0.56
Hex 92 B9 66 15 0 2D 1B 58 25 38
Octal 222 271 146 25 0 55 33 130 45 70
Binary 10010010 10111001 1100110 10101 0 101101 11011 1011000 100101 111000

Color Harmonies of #92B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B966

Black with #92B966

Text Example


Text Example

White with #92B966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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