Html Css Color HEX #92AF3C Limerick

📋 copy color: '#92AF3C'

red 146 ◦ green 175 ◦ blue 60

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

Shades of Limerick #92AF3C

Tints of Limerick #92AF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 38.32%
G = 45.93%
B = 15.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#92AF3C (or 0x92AF3C) is known color: Limerick. HEX triplet: 92, AF and 3C. RGB value is (146,175,60). Sum of RGB (Red+Green+Blue) = 146+175+60=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AF3C is #6D50C3. Grayscale: #999999. Windows color (decimal): -7164100 or 3977106. OLE color: 3977106.

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

Color convert

RGB 146 175 60 -
CMYK 0.17 0 0.66 0.31
HSL 75.13º 0.49% 0.46% -
HSV(B) 75.13º 0.66% 0.69% -
XYZ 28 37.1 9.96 -
YUV 153.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 146 175 60 0.17 0 0.66 0.31 75.13 0.49 0.46
Hex 92 AF 3C 11 0 42 1F 4B 31 2E
Octal 222 257 74 21 0 102 37 113 61 56
Binary 10010010 10101111 111100 10001 0 1000010 11111 1001011 110001 101110

Color Harmonies of #92AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF3C

Black with #92AF3C

Text Example


Text Example

White with #92AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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