Html Css Color HEX #99B43A Limerick

📋 copy color: '#99B43A'

red 153 ◦ green 180 ◦ blue 58

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

Shades of Limerick #99B43A

Tints of Limerick #99B43A

RGB

 RED value IS 153 (60.16% from 255) = 39.13%

 GREEN value IS 180 (70.7% from 255) = 46.04%

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

R = 39.13%
G = 46.04%
B = 14.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#99B43A (or 0x99B43A) is known color: Limerick. HEX triplet: 99, B4 and 3A. RGB value is (153,180,58). Sum of RGB (Red+Green+Blue) = 153+180+58=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #99B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B43A is #664BC5. Grayscale: #9E9E9E. Windows color (decimal): -6704070 or 3847321. OLE color: 3847321.

HSL color Cylindrical-coordinate representation of color #99B43A: hue angle of 73.28º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99B43A is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 58 -
CMYK 0.15 0 0.68 0.29
HSL 73.28º 0.51% 0.47% -
HSV(B) 73.28º 0.68% 0.71% -
XYZ 30.22 39.72 10.08 -
YUV 158.02 71.55 124.42 -
System Red Green Blue C M Y K H S L
Decimal 153 180 58 0.15 0 0.68 0.29 73.28 0.51 0.47
Hex 99 B4 3A F 0 44 1D 49 33 2F
Octal 231 264 72 17 0 104 35 111 63 57
Binary 10011001 10110100 111010 1111 0 1000100 11101 1001001 110011 101111

Color Harmonies of #99B43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B43A

Black with #99B43A

Text Example


Text Example

White with #99B43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B43A; }

 p { color: rgb(153,180,58); }

 H1.HeaderClassName
 {
   color: #99B43A;
 }
 .AnyTagClassName
 {
   color: #99B43A;
 }
</style>

background-color css

<style>
 a { background-color: #99B43A; }

 a { background-color: rgb(153,180,58); }

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

border-color css

<style>
 span { border-color: #99B43A; }

 span { border-color: rgb(153,180,58); }

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