Html Css Color HEX #92C378 Olivine

📋 copy color: '#92C378'

red 146 ◦ green 195 ◦ blue 120

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

Shades of Olivine #92C378

Tints of Olivine #92C378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 31.67%
G = 42.3%
B = 26.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#92C378 (or 0x92C378) is known color: Olivine. HEX triplet: 92, C3 and 78. RGB value is (146,195,120). Sum of RGB (Red+Green+Blue) = 146+195+120=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #92C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C378 is #6D3C87. Grayscale: #ACACAC. Windows color (decimal): -7158920 or 7914386. OLE color: 7914386.

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

Color convert

RGB 146 195 120 -
CMYK 0.25 0 0.38 0.24
HSL 99.2º 0.38% 0.62% -
HSV(B) 99.2º 0.38% 0.76% -
XYZ 34.76 46.5 24.91 -
YUV 171.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 146 195 120 0.25 0 0.38 0.24 99.2 0.38 0.62
Hex 92 C3 78 19 0 26 18 63 26 3E
Octal 222 303 170 31 0 46 30 143 46 76
Binary 10010010 11000011 1111000 11001 0 100110 11000 1100011 100110 111110

Color Harmonies of #92C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C378

Black with #92C378

Text Example


Text Example

White with #92C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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