Html Css Color HEX #99B340 Limerick

📋 copy color: '#99B340'

red 153 ◦ green 179 ◦ blue 64

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

Shades of Limerick #99B340

Tints of Limerick #99B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.2%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 38.64%
G = 45.2%
B = 16.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#99B340 (or 0x99B340) is known color: Limerick. HEX triplet: 99, B3 and 40. RGB value is (153,179,64). Sum of RGB (Red+Green+Blue) = 153+179+64=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #99B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B340 is #664CBF. Grayscale: #9E9E9E. Windows color (decimal): -6704320 or 4240281. OLE color: 4240281.

HSL color Cylindrical-coordinate representation of color #99B340: hue angle of 73.57º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99B340 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 179 64 -
CMYK 0.15 0 0.64 0.30
HSL 73.57º 0.47% 0.48% -
HSV(B) 73.57º 0.64% 0.7% -
XYZ 30.18 39.38 10.86 -
YUV 158.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 153 179 64 0.15 0 0.64 0.30 73.57 0.47 0.48
Hex 99 B3 40 F 0 40 1E 4A 2F 30
Octal 231 263 100 17 0 100 36 112 57 60
Binary 10011001 10110011 1000000 1111 0 1000000 11110 1001010 101111 110000

Color Harmonies of #99B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B340

Black with #99B340

Text Example


Text Example

White with #99B340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,179,64); }

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

background-color css

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

 a { background-color: rgb(153,179,64); }

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

border-color css

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

 span { border-color: rgb(153,179,64); }

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