Html Css Color HEX #A0B735 Yellow Green

📋 copy color: '#A0B735'

red 160 ◦ green 183 ◦ blue 53

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

Shades of Yellow Green #A0B735

Tints of Yellow Green #A0B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.21%

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

R = 40.4%
G = 46.21%
B = 13.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#A0B735 (or 0xA0B735) is known color: Yellow Green. HEX triplet: A0, B7 and 35. RGB value is (160,183,53). Sum of RGB (Red+Green+Blue) = 160+183+53=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B735 is #5F48CA. Grayscale: #A1A1A1. Windows color (decimal): -6244555 or 3520416. OLE color: 3520416.

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

Color convert

RGB 160 183 53 -
CMYK 0.13 0 0.71 0.28
HSL 70.62º 0.55% 0.46% -
HSV(B) 70.62º 0.71% 0.72% -
XYZ 32.07 41.6 9.71 -
YUV 161.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 160 183 53 0.13 0 0.71 0.28 70.62 0.55 0.46
Hex A0 B7 35 D 0 47 1C 47 37 2E
Octal 240 267 65 15 0 107 34 107 67 56
Binary 10100000 10110111 110101 1101 0 1000111 11100 1000111 110111 101110

Color Harmonies of #A0B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B735

Black with #A0B735

Text Example


Text Example

White with #A0B735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B735; }

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

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

background-color css

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

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

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

border-color css

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

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

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