Html Css Color HEX #92C361 Olivine

📋 copy color: '#92C361'

red 146 ◦ green 195 ◦ blue 97

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

Shades of Olivine #92C361

Tints of Olivine #92C361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.52%

 BLUE value IS 97 (38.28% from 255) = 22.15%

R = 33.33%
G = 44.52%
B = 22.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#92C361 (or 0x92C361) is known color: Olivine. HEX triplet: 92, C3 and 61. RGB value is (146,195,97). Sum of RGB (Red+Green+Blue) = 146+195+97=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #92C361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C361 is #6D3C9E. Grayscale: #A9A9A9. Windows color (decimal): -7158943 or 6407058. OLE color: 6407058.

HSL color Cylindrical-coordinate representation of color #92C361: hue angle of 90º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92C361 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 195 97 -
CMYK 0.25 0 0.50 0.24
HSL 90º 0.45% 0.57% -
HSV(B) 90º 0.5% 0.76% -
XYZ 33.53 46 18.42 -
YUV 169.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 146 195 97 0.25 0 0.50 0.24 90 0.45 0.57
Hex 92 C3 61 19 0 32 18 5A 2D 39
Octal 222 303 141 31 0 62 30 132 55 71
Binary 10010010 11000011 1100001 11001 0 110010 11000 1011010 101101 111001

Color Harmonies of #92C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C361

Black with #92C361

Text Example


Text Example

White with #92C361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,195,97); }

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

background-color css

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

 a { background-color: rgb(146,195,97); }

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

border-color css

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

 span { border-color: rgb(146,195,97); }

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