Html Css Color HEX #92B872 Olivine

📋 copy color: '#92B872'

red 146 ◦ green 184 ◦ blue 114

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

Shades of Olivine #92B872

Tints of Olivine #92B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 32.88%
G = 41.44%
B = 25.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#92B872 (or 0x92B872) is known color: Olivine. HEX triplet: 92, B8 and 72. RGB value is (146,184,114). Sum of RGB (Red+Green+Blue) = 146+184+114=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #92B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B872 is #6D478D. Grayscale: #A4A4A4. Windows color (decimal): -7161742 or 7518354. OLE color: 7518354.

HSL color Cylindrical-coordinate representation of color #92B872: hue angle of 92.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B872 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 146 184 114 -
CMYK 0.21 0 0.38 0.28
HSL 92.57º 0.33% 0.58% -
HSV(B) 92.57º 0.38% 0.72% -
XYZ 32.03 41.61 22.26 -
YUV 164.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 146 184 114 0.21 0 0.38 0.28 92.57 0.33 0.58
Hex 92 B8 72 15 0 26 1C 5D 21 3A
Octal 222 270 162 25 0 46 34 135 41 72
Binary 10010010 10111000 1110010 10101 0 100110 11100 1011101 100001 111010

Color Harmonies of #92B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B872

Black with #92B872

Text Example


Text Example

White with #92B872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,184,114); }

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

background-color css

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

 a { background-color: rgb(146,184,114); }

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

border-color css

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

 span { border-color: rgb(146,184,114); }

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