Html Css Color HEX #99B534 Limerick

📋 copy color: '#99B534'

red 153 ◦ green 181 ◦ blue 52

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

Shades of Limerick #99B534

Tints of Limerick #99B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.89%

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

R = 39.64%
G = 46.89%
B = 13.47%

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

#99B534 (or 0x99B534) is known color: Limerick. HEX triplet: 99, B5 and 34. RGB value is (153,181,52). Sum of RGB (Red+Green+Blue) = 153+181+52=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #99B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B534 is #664ACB. Grayscale: #9E9E9E. Windows color (decimal): -6703820 or 3454361. OLE color: 3454361.

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

Color convert

RGB 153 181 52 -
CMYK 0.15 0 0.71 0.29
HSL 73.02º 0.55% 0.46% -
HSV(B) 73.02º 0.71% 0.71% -
XYZ 30.28 40.07 9.39 -
YUV 157.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 153 181 52 0.15 0 0.71 0.29 73.02 0.55 0.46
Hex 99 B5 34 F 0 47 1D 49 37 2E
Octal 231 265 64 17 0 107 35 111 67 56
Binary 10011001 10110101 110100 1111 0 1000111 11101 1001001 110111 101110

Color Harmonies of #99B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B534

Black with #99B534

Text Example


Text Example

White with #99B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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