Html Css Color HEX #92C375 Olivine

📋 copy color: '#92C375'

red 146 ◦ green 195 ◦ blue 117

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

Shades of Olivine #92C375

Tints of Olivine #92C375

RGB

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

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

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

R = 31.88%
G = 42.58%
B = 25.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#92C375 (or 0x92C375) is known color: Olivine. HEX triplet: 92, C3 and 75. RGB value is (146,195,117). Sum of RGB (Red+Green+Blue) = 146+195+117=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #92C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C375 is #6D3C8A. Grayscale: #ABABAB. Windows color (decimal): -7158923 or 7717778. OLE color: 7717778.

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

Color convert

RGB 146 195 117 -
CMYK 0.25 0 0.4 0.24
HSL 97.69º 0.39% 0.61% -
HSV(B) 97.69º 0.4% 0.76% -
XYZ 34.58 46.43 23.97 -
YUV 171.46 97.27 109.84 -
System Red Green Blue C M Y K H S L
Decimal 146 195 117 0.25 0 0.4 0.24 97.69 0.39 0.61
Hex 92 C3 75 19 0 28 18 62 27 3D
Octal 222 303 165 31 0 50 30 142 47 75
Binary 10010010 11000011 1110101 11001 0 101000 11000 1100010 100111 111101

Color Harmonies of #92C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C375

Black with #92C375

Text Example


Text Example

White with #92C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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