Html Css Color HEX #A0B934 Yellow Green

📋 copy color: '#A0B934'

red 160 ◦ green 185 ◦ blue 52

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

Shades of Yellow Green #A0B934

Tints of Yellow Green #A0B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 40.3%
G = 46.6%
B = 13.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#A0B934 (or 0xA0B934) is known color: Yellow Green. HEX triplet: A0, B9 and 34. RGB value is (160,185,52). Sum of RGB (Red+Green+Blue) = 160+185+52=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B934 is #5F46CB. Grayscale: #A2A2A2. Windows color (decimal): -6244044 or 3455392. OLE color: 3455392.

HSL color Cylindrical-coordinate representation of color #A0B934: hue angle of 71.28º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0B934 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 52 -
CMYK 0.14 0 0.72 0.27
HSL 71.28º 0.56% 0.46% -
HSV(B) 71.28º 0.72% 0.73% -
XYZ 32.47 42.42 9.73 -
YUV 162.36 65.72 126.31 -
System Red Green Blue C M Y K H S L
Decimal 160 185 52 0.14 0 0.72 0.27 71.28 0.56 0.46
Hex A0 B9 34 E 0 48 1B 47 38 2E
Octal 240 271 64 16 0 110 33 107 70 56
Binary 10100000 10111001 110100 1110 0 1001000 11011 1000111 111000 101110

Color Harmonies of #A0B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B934

Black with #A0B934

Text Example


Text Example

White with #A0B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B934; }

 p { color: rgb(160,185,52); }

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

background-color css

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

 a { background-color: rgb(160,185,52); }

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

border-color css

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

 span { border-color: rgb(160,185,52); }

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