Html Css Color HEX #92C468 Olivine

📋 copy color: '#92C468'

red 146 ◦ green 196 ◦ blue 104

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

Shades of Olivine #92C468

Tints of Olivine #92C468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.95%

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 32.74%
G = 43.95%
B = 23.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#92C468 (or 0x92C468) is known color: Olivine. HEX triplet: 92, C4 and 68. RGB value is (146,196,104). Sum of RGB (Red+Green+Blue) = 146+196+104=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #92C468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C468 is #6D3B97. Grayscale: #AAAAAA. Windows color (decimal): -7158680 or 6866066. OLE color: 6866066.

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

Color convert

RGB 146 196 104 -
CMYK 0.26 0 0.47 0.23
HSL 92.61º 0.44% 0.59% -
HSV(B) 92.61º 0.47% 0.77% -
XYZ 34.09 46.59 20.29 -
YUV 170.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 146 196 104 0.26 0 0.47 0.23 92.61 0.44 0.59
Hex 92 C4 68 1A 0 2F 17 5D 2C 3B
Octal 222 304 150 32 0 57 27 135 54 73
Binary 10010010 11000100 1101000 11010 0 101111 10111 1011101 101100 111011

Color Harmonies of #92C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C468

Black with #92C468

Text Example


Text Example

White with #92C468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,196,104); }

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

background-color css

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

 a { background-color: rgb(146,196,104); }

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

border-color css

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

 span { border-color: rgb(146,196,104); }

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