#92CA69

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

Shades of Olivine #92CA69

Tints of Olivine #92CA69

Color information

#92CA69 (or 0x92CA69) is unknown color: approx Olivine. HEX triplet: 92, CA and 69. RGB value is (146,202,105). Sum of RGB (Red+Green+Blue) = 146+202+105=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA69 is #6D3596. Grayscale: #AEAEAE. Windows color (decimal): -7157143 or 6933138. OLE color: 6933138.

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

Color convert

RGB146202105-
CMYK0.2800.480.21
HSL94.64º47.78%60.2%-
HSV(B)94.64º48.02%79.22%-
XYZ35.5249.3721.02-
YUV174.288.95107.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.23%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=32.23%
G=44.59%
B=23.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462021050.2800.480.2194.6447.7860.2
Hex92CA691C030155f303c
Octal22231215134060251376074
Binary10010010110010101101001111000110000101011011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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