Html Css Color HEX #92AF3A Limerick

📋 copy color: '#92AF3A'

red 146 ◦ green 175 ◦ blue 58

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

Shades of Limerick #92AF3A

Tints of Limerick #92AF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.3%

R = 38.52%
G = 46.17%
B = 15.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#92AF3A (or 0x92AF3A) is known color: Limerick. HEX triplet: 92, AF and 3A. RGB value is (146,175,58). Sum of RGB (Red+Green+Blue) = 146+175+58=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AF3A is #6D50C5. Grayscale: #999999. Windows color (decimal): -7164102 or 3846034. OLE color: 3846034.

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

Color convert

RGB 146 175 58 -
CMYK 0.17 0 0.67 0.31
HSL 74.87º 0.5% 0.46% -
HSV(B) 74.87º 0.67% 0.69% -
XYZ 27.95 37.08 9.69 -
YUV 152.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 146 175 58 0.17 0 0.67 0.31 74.87 0.5 0.46
Hex 92 AF 3A 11 0 43 1F 4B 32 2E
Octal 222 257 72 21 0 103 37 113 62 56
Binary 10010010 10101111 111010 10001 0 1000011 11111 1001011 110010 101110

Color Harmonies of #92AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF3A

Black with #92AF3A

Text Example


Text Example

White with #92AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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