Html Css Color HEX #A0B235 Limerick

📋 copy color: '#A0B235'

red 160 ◦ green 178 ◦ blue 53

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

Shades of Limerick #A0B235

Tints of Limerick #A0B235

RGB

 RED value IS 160 (62.89% from 255) = 40.92%

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

 BLUE value IS 53 (21.09% from 255) = 13.55%

R = 40.92%
G = 45.52%
B = 13.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#A0B235 (or 0xA0B235) is known color: Limerick. HEX triplet: A0, B2 and 35. RGB value is (160,178,53). Sum of RGB (Red+Green+Blue) = 160+178+53=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B235 is #5F4DCA. Grayscale: #9E9E9E. Windows color (decimal): -6245835 or 3519136. OLE color: 3519136.

HSL color Cylindrical-coordinate representation of color #A0B235: hue angle of 68.64º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0B235 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 53 -
CMYK 0.10 0 0.70 0.30
HSL 68.64º 0.54% 0.45% -
HSV(B) 68.64º 0.7% 0.7% -
XYZ 31.06 39.57 9.37 -
YUV 158.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 160 178 53 0.10 0 0.70 0.30 68.64 0.54 0.45
Hex A0 B2 35 A 0 46 1E 45 36 2D
Octal 240 262 65 12 0 106 36 105 66 55
Binary 10100000 10110010 110101 1010 0 1000110 11110 1000101 110110 101101

Color Harmonies of #A0B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B235

Black with #A0B235

Text Example


Text Example

White with #A0B235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B235; }

 p { color: rgb(160,178,53); }

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

background-color css

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

 a { background-color: rgb(160,178,53); }

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

border-color css

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

 span { border-color: rgb(160,178,53); }

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