#92CA6B

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

Shades of Olivine #92CA6B

Tints of Olivine #92CA6B

Color information

#92CA6B (or 0x92CA6B) is unknown color: approx Olivine. HEX triplet: 92, CA and 6B. RGB value is (146,202,107). Sum of RGB (Red+Green+Blue) = 146+202+107=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA6B is #6D3594. Grayscale: #AEAEAE. Windows color (decimal): -7157141 or 7064210. OLE color: 7064210.

HSL color Cylindrical-coordinate representation of color #92CA6B: hue angle of 95.37º 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 #92CA6B is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB146202107-
CMYK0.2800.470.21
HSL95.37º47.26%60.59%-
HSV(B)95.37º47.03%79.22%-
XYZ35.6349.4121.57-
YUV174.4389.95107.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=32.09%
G=44.40%
B=23.52%

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
Decimal1462021070.2800.470.2195.3747.2660.59
Hex92CA6B1C02F155f2f3d
Octal22231215334057251375775
Binary10010010110010101101011111000101111101011011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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