Html Css Color HEX #A0BD35 Yellow Green

📋 copy color: '#A0BD35'

red 160 ◦ green 189 ◦ blue 53

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

Shades of Yellow Green #A0BD35

Tints of Yellow Green #A0BD35

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.01%

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

R = 39.8%
G = 47.01%
B = 13.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#A0BD35 (or 0xA0BD35) is known color: Yellow Green. HEX triplet: A0, BD and 35. RGB value is (160,189,53). Sum of RGB (Red+Green+Blue) = 160+189+53=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD35 is #5F42CA. Grayscale: #A5A5A5. Windows color (decimal): -6243019 or 3521952. OLE color: 3521952.

HSL color Cylindrical-coordinate representation of color #A0BD35: hue angle of 72.79º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0BD35 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 53 -
CMYK 0.15 0 0.72 0.26
HSL 72.79º 0.56% 0.47% -
HSV(B) 72.79º 0.72% 0.74% -
XYZ 33.34 44.13 10.13 -
YUV 164.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 160 189 53 0.15 0 0.72 0.26 72.79 0.56 0.47
Hex A0 BD 35 F 0 48 1A 49 38 2F
Octal 240 275 65 17 0 110 32 111 70 57
Binary 10100000 10111101 110101 1111 0 1001000 11010 1001001 111000 101111

Color Harmonies of #A0BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD35

Black with #A0BD35

Text Example


Text Example

White with #A0BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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