Html Css Color HEX #92C575 Olivine

📋 copy color: '#92C575'

red 146 ◦ green 197 ◦ blue 117

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

Shades of Olivine #92C575

Tints of Olivine #92C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.83%

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

R = 31.74%
G = 42.83%
B = 25.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#92C575 (or 0x92C575) is known color: Olivine. HEX triplet: 92, C5 and 75. RGB value is (146,197,117). Sum of RGB (Red+Green+Blue) = 146+197+117=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #92C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C575 is #6D3A8A. Grayscale: #ACACAC. Windows color (decimal): -7158411 or 7718290. OLE color: 7718290.

HSL color Cylindrical-coordinate representation of color #92C575: hue angle of 98.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92C575 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 146 197 117 -
CMYK 0.26 0 0.41 0.23
HSL 98.25º 0.41% 0.62% -
HSV(B) 98.25º 0.41% 0.77% -
XYZ 35.03 47.33 24.12 -
YUV 172.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 146 197 117 0.26 0 0.41 0.23 98.25 0.41 0.62
Hex 92 C5 75 1A 0 29 17 62 29 3E
Octal 222 305 165 32 0 51 27 142 51 76
Binary 10010010 11000101 1110101 11010 0 101001 10111 1100010 101001 111110

Color Harmonies of #92C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C575

Black with #92C575

Text Example


Text Example

White with #92C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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