Html Css Color HEX #99B020 Limerick

📋 copy color: '#99B020'

red 153 ◦ green 176 ◦ blue 32

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

Shades of Limerick #99B020

Tints of Limerick #99B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.75%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 42.38%
G = 48.75%
B = 8.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#99B020 (or 0x99B020) is known color: Limerick. HEX triplet: 99, B0 and 20. RGB value is (153,176,32). Sum of RGB (Red+Green+Blue) = 153+176+32=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #99B020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B020 is #664FDF. Grayscale: #999999. Windows color (decimal): -6705120 or 2142361. OLE color: 2142361.

HSL color Cylindrical-coordinate representation of color #99B020: hue angle of 69.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99B020 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 32 -
CMYK 0.13 0 0.82 0.31
HSL 69.58º 0.69% 0.41% -
HSV(B) 69.58º 0.82% 0.69% -
XYZ 28.92 37.93 7.16 -
YUV 152.71 59.88 128.21 -
System Red Green Blue C M Y K H S L
Decimal 153 176 32 0.13 0 0.82 0.31 69.58 0.69 0.41
Hex 99 B0 20 D 0 52 1F 46 45 29
Octal 231 260 40 15 0 122 37 106 105 51
Binary 10011001 10110000 100000 1101 0 1010010 11111 1000110 1000101 101001

Color Harmonies of #99B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B020

Black with #99B020

Text Example


Text Example

White with #99B020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,176,32); }

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

background-color css

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

 a { background-color: rgb(153,176,32); }

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

border-color css

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

 span { border-color: rgb(153,176,32); }

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