Html Css Color HEX #A5BD34 Yellow Green

📋 copy color: '#A5BD34'

red 165 ◦ green 189 ◦ blue 52

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

Shades of Yellow Green #A5BD34

Tints of Yellow Green #A5BD34

RGB

 RED value IS 165 (64.84% from 255) = 40.64%

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

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

R = 40.64%
G = 46.55%
B = 12.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#A5BD34 (or 0xA5BD34) is known color: Yellow Green. HEX triplet: A5, BD and 34. RGB value is (165,189,52). Sum of RGB (Red+Green+Blue) = 165+189+52=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD34 is #5A42CB. Grayscale: #A6A6A6. Windows color (decimal): -5915340 or 3456421. OLE color: 3456421.

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

Color convert

RGB 165 189 52 -
CMYK 0.13 0 0.72 0.26
HSL 70.51º 0.57% 0.47% -
HSV(B) 70.51º 0.72% 0.74% -
XYZ 34.33 44.64 10.06 -
YUV 166.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 165 189 52 0.13 0 0.72 0.26 70.51 0.57 0.47
Hex A5 BD 34 D 0 48 1A 47 39 2F
Octal 245 275 64 15 0 110 32 107 71 57
Binary 10100101 10111101 110100 1101 0 1001000 11010 1000111 111001 101111

Color Harmonies of #A5BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD34

Black with #A5BD34

Text Example


Text Example

White with #A5BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD34; }

 p { color: rgb(165,189,52); }

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

background-color css

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

 a { background-color: rgb(165,189,52); }

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

border-color css

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

 span { border-color: rgb(165,189,52); }

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