Html Css Color HEX #99B238 Limerick

📋 copy color: '#99B238'

red 153 ◦ green 178 ◦ blue 56

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

Shades of Limerick #99B238

Tints of Limerick #99B238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.47%

R = 39.53%
G = 45.99%
B = 14.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#99B238 (or 0x99B238) is known color: Limerick. HEX triplet: 99, B2 and 38. RGB value is (153,178,56). Sum of RGB (Red+Green+Blue) = 153+178+56=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #99B238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B238 is #664DC7. Grayscale: #9D9D9D. Windows color (decimal): -6704584 or 3715737. OLE color: 3715737.

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

Color convert

RGB 153 178 56 -
CMYK 0.14 0 0.69 0.30
HSL 72.3º 0.52% 0.46% -
HSV(B) 72.3º 0.69% 0.7% -
XYZ 29.77 38.9 9.68 -
YUV 156.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 153 178 56 0.14 0 0.69 0.30 72.3 0.52 0.46
Hex 99 B2 38 E 0 45 1E 48 34 2E
Octal 231 262 70 16 0 105 36 110 64 56
Binary 10011001 10110010 111000 1110 0 1000101 11110 1001000 110100 101110

Color Harmonies of #99B238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B238

Black with #99B238

Text Example


Text Example

White with #99B238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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