Html Css Color HEX #92AF3F Limerick

📋 copy color: '#92AF3F'

red 146 ◦ green 175 ◦ blue 63

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

Shades of Limerick #92AF3F

Tints of Limerick #92AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 63 (25% from 255) = 16.41%

R = 38.02%
G = 45.57%
B = 16.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#92AF3F (or 0x92AF3F) is known color: Limerick. HEX triplet: 92, AF and 3F. RGB value is (146,175,63). Sum of RGB (Red+Green+Blue) = 146+175+63=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AF3F is #6D50C0. Grayscale: #999999. Windows color (decimal): -7164097 or 4173714. OLE color: 4173714.

HSL color Cylindrical-coordinate representation of color #92AF3F: hue angle of 75.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92AF3F is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 175 63 -
CMYK 0.17 0 0.64 0.31
HSL 75.54º 0.47% 0.47% -
HSV(B) 75.54º 0.64% 0.69% -
XYZ 28.08 37.13 10.39 -
YUV 153.56 76.89 122.61 -
System Red Green Blue C M Y K H S L
Decimal 146 175 63 0.17 0 0.64 0.31 75.54 0.47 0.47
Hex 92 AF 3F 11 0 40 1F 4C 2F 2F
Octal 222 257 77 21 0 100 37 114 57 57
Binary 10010010 10101111 111111 10001 0 1000000 11111 1001100 101111 101111

Color Harmonies of #92AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF3F

Black with #92AF3F

Text Example


Text Example

White with #92AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,175,63); }

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

background-color css

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

 a { background-color: rgb(146,175,63); }

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

border-color css

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

 span { border-color: rgb(146,175,63); }

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