Html Css Color HEX #93B02C Limerick

📋 copy color: '#93B02C'

red 147 ◦ green 176 ◦ blue 44

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

Shades of Limerick #93B02C

Tints of Limerick #93B02C

RGB

 RED value IS 147 (57.81% from 255) = 40.05%

 GREEN value IS 176 (69.14% from 255) = 47.96%

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 40.05%
G = 47.96%
B = 11.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#93B02C (or 0x93B02C) is known color: Limerick. HEX triplet: 93, B0 and 2C. RGB value is (147,176,44). Sum of RGB (Red+Green+Blue) = 147+176+44=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #93B02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B02C is #6C4FD3. Grayscale: #989898. Windows color (decimal): -7098324 or 2928787. OLE color: 2928787.

HSL color Cylindrical-coordinate representation of color #93B02C: hue angle of 73.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93B02C is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 176 44 -
CMYK 0.16 0 0.75 0.31
HSL 73.18º 0.6% 0.43% -
HSV(B) 73.18º 0.75% 0.69% -
XYZ 28.01 37.44 8.13 -
YUV 152.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 147 176 44 0.16 0 0.75 0.31 73.18 0.6 0.43
Hex 93 B0 2C 10 0 4B 1F 49 3C 2B
Octal 223 260 54 20 0 113 37 111 74 53
Binary 10010011 10110000 101100 10000 0 1001011 11111 1001001 111100 101011

Color Harmonies of #93B02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B02C

Black with #93B02C

Text Example


Text Example

White with #93B02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B02C; }

 p { color: rgb(147,176,44); }

 H1.HeaderClassName
 {
   color: #93B02C;
 }
 .AnyTagClassName
 {
   color: #93B02C;
 }
</style>

background-color css

<style>
 a { background-color: #93B02C; }

 a { background-color: rgb(147,176,44); }

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

border-color css

<style>
 span { border-color: #93B02C; }

 span { border-color: rgb(147,176,44); }

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