Html Css Color HEX #99B434 Limerick

📋 copy color: '#99B434'

red 153 ◦ green 180 ◦ blue 52

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

Shades of Limerick #99B434

Tints of Limerick #99B434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 39.74%
G = 46.75%
B = 13.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#99B434 (or 0x99B434) is known color: Limerick. HEX triplet: 99, B4 and 34. RGB value is (153,180,52). Sum of RGB (Red+Green+Blue) = 153+180+52=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #99B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B434 is #664BCB. Grayscale: #9D9D9D. Windows color (decimal): -6704076 or 3454105. OLE color: 3454105.

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

Color convert

RGB 153 180 52 -
CMYK 0.15 0 0.71 0.29
HSL 72.66º 0.55% 0.45% -
HSV(B) 72.66º 0.71% 0.71% -
XYZ 30.08 39.66 9.32 -
YUV 157.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 153 180 52 0.15 0 0.71 0.29 72.66 0.55 0.45
Hex 99 B4 34 F 0 47 1D 49 37 2D
Octal 231 264 64 17 0 107 35 111 67 55
Binary 10011001 10110100 110100 1111 0 1000111 11101 1001001 110111 101101

Color Harmonies of #99B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B434

Black with #99B434

Text Example


Text Example

White with #99B434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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