Html Css Color HEX #A2BD35 Yellow Green

📋 copy color: '#A2BD35'

red 162 ◦ green 189 ◦ blue 53

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

Shades of Yellow Green #A2BD35

Tints of Yellow Green #A2BD35

RGB

 RED value IS 162 (63.67% from 255) = 40.1%

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

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

R = 40.1%
G = 46.78%
B = 13.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#A2BD35 (or 0xA2BD35) is known color: Yellow Green. HEX triplet: A2, BD and 35. RGB value is (162,189,53). Sum of RGB (Red+Green+Blue) = 162+189+53=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD35 is #5D42CA. Grayscale: #A5A5A5. Windows color (decimal): -6111947 or 3521954. OLE color: 3521954.

HSL color Cylindrical-coordinate representation of color #A2BD35: hue angle of 71.91º 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 #A2BD35 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 53 -
CMYK 0.14 0 0.72 0.26
HSL 71.91º 0.56% 0.47% -
HSV(B) 71.91º 0.72% 0.74% -
XYZ 33.74 44.33 10.15 -
YUV 165.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 162 189 53 0.14 0 0.72 0.26 71.91 0.56 0.47
Hex A2 BD 35 E 0 48 1A 48 38 2F
Octal 242 275 65 16 0 110 32 110 70 57
Binary 10100010 10111101 110101 1110 0 1001000 11010 1001000 111000 101111

Color Harmonies of #A2BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD35

Black with #A2BD35

Text Example


Text Example

White with #A2BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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