Html Css Color HEX #92A935 Limerick

📋 copy color: '#92A935'

red 146 ◦ green 169 ◦ blue 53

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

Shades of Limerick #92A935

Tints of Limerick #92A935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.92%

 BLUE value IS 53 (21.09% from 255) = 14.4%

R = 39.67%
G = 45.92%
B = 14.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#92A935 (or 0x92A935) is known color: Limerick. HEX triplet: 92, A9 and 35. RGB value is (146,169,53). Sum of RGB (Red+Green+Blue) = 146+169+53=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #92A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A935 is #6D56CA. Grayscale: #959595. Windows color (decimal): -7165643 or 3516818. OLE color: 3516818.

HSL color Cylindrical-coordinate representation of color #92A935: hue angle of 71.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92A935 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 169 53 -
CMYK 0.14 0 0.69 0.34
HSL 71.9º 0.52% 0.44% -
HSV(B) 71.9º 0.69% 0.66% -
XYZ 26.68 34.74 8.67 -
YUV 148.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 146 169 53 0.14 0 0.69 0.34 71.9 0.52 0.44
Hex 92 A9 35 E 0 45 22 48 34 2C
Octal 222 251 65 16 0 105 42 110 64 54
Binary 10010010 10101001 110101 1110 0 1000101 100010 1001000 110100 101100

Color Harmonies of #92A935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A935

Black with #92A935

Text Example


Text Example

White with #92A935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,169,53); }

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

background-color css

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

 a { background-color: rgb(146,169,53); }

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

border-color css

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

 span { border-color: rgb(146,169,53); }

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