#92CA6C

Color #92CA6C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #92CA6C

Tints of Olivine #92CA6C

Color information

#92CA6C (or 0x92CA6C) is unknown color: approx Olivine. HEX triplet: 92, CA and 6C. RGB value is (146,202,108). Sum of RGB (Red+Green+Blue) = 146+202+108=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA6C is #6D3593. Grayscale: #AEAEAE. Windows color (decimal): -7157140 or 7129746. OLE color: 7129746.

HSL color Cylindrical-coordinate representation of color #92CA6C: hue angle of 95.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92CA6C is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB146202108-
CMYK0.2800.470.21
HSL95.74º47%60.78%-
HSV(B)95.74º46.53%79.22%-
XYZ35.6849.4321.85-
YUV174.5490.45107.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.02%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=32.02%
G=44.30%
B=23.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462021080.2800.470.2195.744760.78
Hex92CA6C1C02F15602f3d
Octal22231215434057251405775
Binary10010010110010101101100111000101111101011100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,202,108); }

 H1.HeaderClassName
 {
   color: #92CA6C;
 }
 .AnyTagClassName
 {
   color: #92CA6C;
 }
</style>
background-color css

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

 a { background-color: rgb(146,202,108); }

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

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

 span { border-color: rgb(146,202,108); }

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