Html Css Color HEX #92C764 Olivine

📋 copy color: '#92C764'

red 146 ◦ green 199 ◦ blue 100

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

Shades of Olivine #92C764

Tints of Olivine #92C764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.72%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 32.81%
G = 44.72%
B = 22.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#92C764 (or 0x92C764) is known color: Olivine. HEX triplet: 92, C7 and 64. RGB value is (146,199,100). Sum of RGB (Red+Green+Blue) = 146+199+100=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #92C764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C764 is #6D389B. Grayscale: #ACACAC. Windows color (decimal): -7157916 or 6604690. OLE color: 6604690.

HSL color Cylindrical-coordinate representation of color #92C764: hue angle of 92.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92C764 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 199 100 -
CMYK 0.27 0 0.50 0.22
HSL 92.12º 0.47% 0.59% -
HSV(B) 92.12º 0.5% 0.78% -
XYZ 34.58 47.88 19.48 -
YUV 171.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 146 199 100 0.27 0 0.50 0.22 92.12 0.47 0.59
Hex 92 C7 64 1B 0 32 16 5C 2F 3B
Octal 222 307 144 33 0 62 26 134 57 73
Binary 10010010 11000111 1100100 11011 0 110010 10110 1011100 101111 111011

Color Harmonies of #92C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C764

Black with #92C764

Text Example


Text Example

White with #92C764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,199,100); }

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

background-color css

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

 a { background-color: rgb(146,199,100); }

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

border-color css

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

 span { border-color: rgb(146,199,100); }

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