Html Css Color HEX #92B975 Olivine

📋 copy color: '#92B975'

red 146 ◦ green 185 ◦ blue 117

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

Shades of Olivine #92B975

Tints of Olivine #92B975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 32.59%
G = 41.29%
B = 26.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#92B975 (or 0x92B975) is known color: Olivine. HEX triplet: 92, B9 and 75. RGB value is (146,185,117). Sum of RGB (Red+Green+Blue) = 146+185+117=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #92B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B975 is #6D468A. Grayscale: #A5A5A5. Windows color (decimal): -7161483 or 7715218. OLE color: 7715218.

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

Color convert

RGB 146 185 117 -
CMYK 0.21 0 0.37 0.27
HSL 94.41º 0.33% 0.59% -
HSV(B) 94.41º 0.37% 0.73% -
XYZ 32.41 42.09 23.25 -
YUV 165.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 146 185 117 0.21 0 0.37 0.27 94.41 0.33 0.59
Hex 92 B9 75 15 0 25 1B 5E 21 3B
Octal 222 271 165 25 0 45 33 136 41 73
Binary 10010010 10111001 1110101 10101 0 100101 11011 1011110 100001 111011

Color Harmonies of #92B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B975

Black with #92B975

Text Example


Text Example

White with #92B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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