Html Css Color HEX #A1BD32 Yellow Green

📋 copy color: '#A1BD32'

red 161 ◦ green 189 ◦ blue 50

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

Shades of Yellow Green #A1BD32

Tints of Yellow Green #A1BD32

RGB

 RED value IS 161 (63.28% from 255) = 40.25%

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

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 40.25%
G = 47.25%
B = 12.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#A1BD32 (or 0xA1BD32) is known color: Yellow Green. HEX triplet: A1, BD and 32. RGB value is (161,189,50). Sum of RGB (Red+Green+Blue) = 161+189+50=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD32 is #5E42CD. Grayscale: #A5A5A5. Windows color (decimal): -6177486 or 3325345. OLE color: 3325345.

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

Color convert

RGB 161 189 50 -
CMYK 0.15 0 0.74 0.26
HSL 72.09º 0.58% 0.47% -
HSV(B) 72.09º 0.74% 0.74% -
XYZ 33.47 44.2 9.79 -
YUV 164.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 161 189 50 0.15 0 0.74 0.26 72.09 0.58 0.47
Hex A1 BD 32 F 0 4A 1A 48 3A 2F
Octal 241 275 62 17 0 112 32 110 72 57
Binary 10100001 10111101 110010 1111 0 1001010 11010 1001000 111010 101111

Color Harmonies of #A1BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BD32

Black with #A1BD32

Text Example


Text Example

White with #A1BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BD32; }

 p { color: rgb(161,189,50); }

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

background-color css

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

 a { background-color: rgb(161,189,50); }

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

border-color css

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

 span { border-color: rgb(161,189,50); }

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