Html Css Color HEX #99B43D Limerick

📋 copy color: '#99B43D'

red 153 ◦ green 180 ◦ blue 61

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

Shades of Limerick #99B43D

Tints of Limerick #99B43D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.69%

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 38.83%
G = 45.69%
B = 15.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#99B43D (or 0x99B43D) is known color: Limerick. HEX triplet: 99, B4 and 3D. RGB value is (153,180,61). Sum of RGB (Red+Green+Blue) = 153+180+61=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #99B43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B43D is #664BC2. Grayscale: #9E9E9E. Windows color (decimal): -6704067 or 4043929. OLE color: 4043929.

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

Color convert

RGB 153 180 61 -
CMYK 0.15 0 0.66 0.29
HSL 73.61º 0.49% 0.47% -
HSV(B) 73.61º 0.66% 0.71% -
XYZ 30.3 39.75 10.49 -
YUV 158.36 73.05 124.18 -
System Red Green Blue C M Y K H S L
Decimal 153 180 61 0.15 0 0.66 0.29 73.61 0.49 0.47
Hex 99 B4 3D F 0 42 1D 4A 31 2F
Octal 231 264 75 17 0 102 35 112 61 57
Binary 10011001 10110100 111101 1111 0 1000010 11101 1001010 110001 101111

Color Harmonies of #99B43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B43D

Black with #99B43D

Text Example


Text Example

White with #99B43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,61); }

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

background-color css

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

 a { background-color: rgb(153,180,61); }

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

border-color css

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

 span { border-color: rgb(153,180,61); }

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