Html Css Color HEX #A5BD36 Yellow Green

📋 copy color: '#A5BD36'

red 165 ◦ green 189 ◦ blue 54

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

Shades of Yellow Green #A5BD36

Tints of Yellow Green #A5BD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.24%

R = 40.44%
G = 46.32%
B = 13.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#A5BD36 (or 0xA5BD36) is known color: Yellow Green. HEX triplet: A5, BD and 36. RGB value is (165,189,54). Sum of RGB (Red+Green+Blue) = 165+189+54=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD36 is #5A42C9. Grayscale: #A6A6A6. Windows color (decimal): -5915338 or 3587493. OLE color: 3587493.

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

Color convert

RGB 165 189 54 -
CMYK 0.13 0 0.71 0.26
HSL 70.67º 0.56% 0.48% -
HSV(B) 70.67º 0.71% 0.74% -
XYZ 34.38 44.66 10.3 -
YUV 166.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 165 189 54 0.13 0 0.71 0.26 70.67 0.56 0.48
Hex A5 BD 36 D 0 47 1A 47 38 30
Octal 245 275 66 15 0 107 32 107 70 60
Binary 10100101 10111101 110110 1101 0 1000111 11010 1000111 111000 110000

Color Harmonies of #A5BD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD36

Black with #A5BD36

Text Example


Text Example

White with #A5BD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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