Html Css Color HEX #92C972 Olivine

📋 copy color: '#92C972'

red 146 ◦ green 201 ◦ blue 114

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

Shades of Olivine #92C972

Tints of Olivine #92C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 31.67%
G = 43.6%
B = 24.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#92C972 (or 0x92C972) is known color: Olivine. HEX triplet: 92, C9 and 72. RGB value is (146,201,114). Sum of RGB (Red+Green+Blue) = 146+201+114=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #92C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C972 is #6D368D. Grayscale: #AEAEAE. Windows color (decimal): -7157390 or 7522706. OLE color: 7522706.

HSL color Cylindrical-coordinate representation of color #92C972: hue angle of 97.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92C972 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 201 114 -
CMYK 0.27 0 0.43 0.21
HSL 97.93º 0.45% 0.62% -
HSV(B) 97.93º 0.43% 0.79% -
XYZ 35.78 49.1 23.51 -
YUV 174.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 146 201 114 0.27 0 0.43 0.21 97.93 0.45 0.62
Hex 92 C9 72 1B 0 2B 15 62 2D 3E
Octal 222 311 162 33 0 53 25 142 55 76
Binary 10010010 11001001 1110010 11011 0 101011 10101 1100010 101101 111110

Color Harmonies of #92C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C972

Black with #92C972

Text Example


Text Example

White with #92C972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,201,114); }

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

background-color css

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

 a { background-color: rgb(146,201,114); }

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

border-color css

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

 span { border-color: rgb(146,201,114); }

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