#A0B834

Color #A0B834 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A0B834

Tints of Yellow Green #A0B834

Color information

#A0B834 (or 0xA0B834) is unknown color: approx Yellow Green. HEX triplet: A0, B8 and 34. RGB value is (160,184,52). Sum of RGB (Red+Green+Blue) = 160+184+52=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B834 is #5F47CB. Grayscale: #A2A2A2. Windows color (decimal): -6244300 or 3455136. OLE color: 3455136.

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

Color convert

RGB16018452-
CMYK0.1300.720.28
HSL70.91º55.93%46.27%-
HSV(B)70.91º71.74%72.16%-
XYZ32.26429.66-
YUV161.7866.05126.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 184 (72.27% from 255) = 46.46%
BLUE value IS 52 (20.70% from 255) = 13.13%
R=40.40%
G=46.46%
B=13.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184520.1300.720.2870.9155.9346.27
HexA0B834D0481C47382e
Octal24027064150110341077056
Binary1010000010111000110100110101001000111001000111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B834; }

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

 H1.HeaderClassName
 {
   color: #A0B834;
 }
 .AnyTagClassName
 {
   color: #A0B834;
 }
</style>
background-color css

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

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

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

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

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

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