Html Css Color HEX #99B830 Limerick

📋 copy color: '#99B830'

red 153 ◦ green 184 ◦ blue 48

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

Shades of Limerick #99B830

Tints of Limerick #99B830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.79%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 39.74%
G = 47.79%
B = 12.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#99B830 (or 0x99B830) is known color: Limerick. HEX triplet: 99, B8 and 30. RGB value is (153,184,48). Sum of RGB (Red+Green+Blue) = 153+184+48=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #99B830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B830 is #6647CF. Grayscale: #9F9F9F. Windows color (decimal): -6703056 or 3192985. OLE color: 3192985.

HSL color Cylindrical-coordinate representation of color #99B830: hue angle of 73.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99B830 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 184 48 -
CMYK 0.17 0 0.74 0.28
HSL 73.68º 0.59% 0.45% -
HSV(B) 73.68º 0.74% 0.72% -
XYZ 30.81 41.27 9.14 -
YUV 159.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 153 184 48 0.17 0 0.74 0.28 73.68 0.59 0.45
Hex 99 B8 30 11 0 4A 1C 4A 3B 2D
Octal 231 270 60 21 0 112 34 112 73 55
Binary 10011001 10111000 110000 10001 0 1001010 11100 1001010 111011 101101

Color Harmonies of #99B830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B830

Black with #99B830

Text Example


Text Example

White with #99B830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,184,48); }

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

background-color css

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

 a { background-color: rgb(153,184,48); }

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

border-color css

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

 span { border-color: rgb(153,184,48); }

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