Html Css Color HEX #A4BF32 Yellow Green

📋 copy color: '#A4BF32'

red 164 ◦ green 191 ◦ blue 50

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

Shades of Yellow Green #A4BF32

Tints of Yellow Green #A4BF32

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

 GREEN value IS 191 (75% from 255) = 47.16%

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

R = 40.49%
G = 47.16%
B = 12.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#A4BF32 (or 0xA4BF32) is known color: Yellow Green. HEX triplet: A4, BF and 32. RGB value is (164,191,50). Sum of RGB (Red+Green+Blue) = 164+191+50=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF32 is #5B40CD. Grayscale: #A7A7A7. Windows color (decimal): -5980366 or 3325860. OLE color: 3325860.

HSL color Cylindrical-coordinate representation of color #A4BF32: hue angle of 71.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4BF32 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 50 -
CMYK 0.14 0 0.74 0.25
HSL 71.49º 0.59% 0.47% -
HSV(B) 71.49º 0.74% 0.75% -
XYZ 34.52 45.38 9.96 -
YUV 166.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 164 191 50 0.14 0 0.74 0.25 71.49 0.59 0.47
Hex A4 BF 32 E 0 4A 19 47 3B 2F
Octal 244 277 62 16 0 112 31 107 73 57
Binary 10100100 10111111 110010 1110 0 1001010 11001 1000111 111011 101111

Color Harmonies of #A4BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF32

Black with #A4BF32

Text Example


Text Example

White with #A4BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF32; }

 p { color: rgb(164,191,50); }

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

background-color css

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

 a { background-color: rgb(164,191,50); }

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

border-color css

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

 span { border-color: rgb(164,191,50); }

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