Html Css Color HEX #99B235 Limerick

📋 copy color: '#99B235'

red 153 ◦ green 178 ◦ blue 53

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

Shades of Limerick #99B235

Tints of Limerick #99B235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

 BLUE value IS 53 (21.09% from 255) = 13.8%

R = 39.84%
G = 46.35%
B = 13.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#99B235 (or 0x99B235) is known color: Limerick. HEX triplet: 99, B2 and 35. RGB value is (153,178,53). Sum of RGB (Red+Green+Blue) = 153+178+53=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #99B235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B235 is #664DCA. Grayscale: #9C9C9C. Windows color (decimal): -6704587 or 3519129. OLE color: 3519129.

HSL color Cylindrical-coordinate representation of color #99B235: hue angle of 72º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99B235 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 178 53 -
CMYK 0.14 0 0.70 0.30
HSL 72º 0.54% 0.45% -
HSV(B) 72º 0.7% 0.7% -
XYZ 29.7 38.87 9.31 -
YUV 156.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 153 178 53 0.14 0 0.70 0.30 72 0.54 0.45
Hex 99 B2 35 E 0 46 1E 48 36 2D
Octal 231 262 65 16 0 106 36 110 66 55
Binary 10011001 10110010 110101 1110 0 1000110 11110 1001000 110110 101101

Color Harmonies of #99B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B235

Black with #99B235

Text Example


Text Example

White with #99B235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,178,53); }

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

background-color css

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

 a { background-color: rgb(153,178,53); }

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

border-color css

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

 span { border-color: rgb(153,178,53); }

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