Html Css Color HEX #8AB334 Limerick

📋 copy color: '#8AB334'

red 138 ◦ green 179 ◦ blue 52

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

Shades of Limerick #8AB334

Tints of Limerick #8AB334

RGB

 RED value IS 138 (54.3% from 255) = 37.4%

 GREEN value IS 179 (70.31% from 255) = 48.51%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 37.4%
G = 48.51%
B = 14.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#8AB334 (or 0x8AB334) is known color: Limerick. HEX triplet: 8A, B3 and 34. RGB value is (138,179,52). Sum of RGB (Red+Green+Blue) = 138+179+52=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB334 is #754CCB. Grayscale: #989898. Windows color (decimal): -7687372 or 3453834. OLE color: 3453834.

HSL color Cylindrical-coordinate representation of color #8AB334: hue angle of 79.37º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AB334 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 52 -
CMYK 0.23 0 0.71 0.30
HSL 79.37º 0.55% 0.45% -
HSV(B) 79.37º 0.71% 0.7% -
XYZ 27.22 37.89 9.13 -
YUV 152.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 138 179 52 0.23 0 0.71 0.30 79.37 0.55 0.45
Hex 8A B3 34 17 0 47 1E 4F 37 2D
Octal 212 263 64 27 0 107 36 117 67 55
Binary 10001010 10110011 110100 10111 0 1000111 11110 1001111 110111 101101

Color Harmonies of #8AB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB334

Black with #8AB334

Text Example


Text Example

White with #8AB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB334; }

 p { color: rgb(138,179,52); }

 H1.HeaderClassName
 {
   color: #8AB334;
 }
 .AnyTagClassName
 {
   color: #8AB334;
 }
</style>

background-color css

<style>
 a { background-color: #8AB334; }

 a { background-color: rgb(138,179,52); }

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

border-color css

<style>
 span { border-color: #8AB334; }

 span { border-color: rgb(138,179,52); }

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