Html Css Color HEX #99BA27 Limerick

📋 copy color: '#99BA27'

red 153 ◦ green 186 ◦ blue 39

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

Shades of Limerick #99BA27

Tints of Limerick #99BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 40.48%
G = 49.21%
B = 10.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#99BA27 (or 0x99BA27) is known color: Limerick. HEX triplet: 99, BA and 27. RGB value is (153,186,39). Sum of RGB (Red+Green+Blue) = 153+186+39=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA27 is #6645D8. Grayscale: #9F9F9F. Windows color (decimal): -6702553 or 2603673. OLE color: 2603673.

HSL color Cylindrical-coordinate representation of color #99BA27: hue angle of 73.47º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99BA27 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 39 -
CMYK 0.18 0 0.79 0.27
HSL 73.47º 0.65% 0.44% -
HSV(B) 73.47º 0.79% 0.73% -
XYZ 31.06 42.04 8.4 -
YUV 159.38 60.07 123.45 -
System Red Green Blue C M Y K H S L
Decimal 153 186 39 0.18 0 0.79 0.27 73.47 0.65 0.44
Hex 99 BA 27 12 0 4F 1B 49 41 2C
Octal 231 272 47 22 0 117 33 111 101 54
Binary 10011001 10111010 100111 10010 0 1001111 11011 1001001 1000001 101100

Color Harmonies of #99BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA27

Black with #99BA27

Text Example


Text Example

White with #99BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,186,39); }

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

background-color css

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

 a { background-color: rgb(153,186,39); }

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

border-color css

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

 span { border-color: rgb(153,186,39); }

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