Html Css Color HEX #A4BF34 Yellow Green

📋 copy color: '#A4BF34'

red 164 ◦ green 191 ◦ blue 52

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

Shades of Yellow Green #A4BF34

Tints of Yellow Green #A4BF34

RGB

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

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

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

R = 40.29%
G = 46.93%
B = 12.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#A4BF34 (or 0xA4BF34) is known color: Yellow Green. HEX triplet: A4, BF and 34. RGB value is (164,191,52). Sum of RGB (Red+Green+Blue) = 164+191+52=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF34 is #5B40CB. Grayscale: #A7A7A7. Windows color (decimal): -5980364 or 3456932. OLE color: 3456932.

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

Color convert

RGB 164 191 52 -
CMYK 0.14 0 0.73 0.25
HSL 71.65º 0.57% 0.48% -
HSV(B) 71.65º 0.73% 0.75% -
XYZ 34.56 45.4 10.19 -
YUV 167.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 164 191 52 0.14 0 0.73 0.25 71.65 0.57 0.48
Hex A4 BF 34 E 0 49 19 48 39 30
Octal 244 277 64 16 0 111 31 110 71 60
Binary 10100100 10111111 110100 1110 0 1001001 11001 1001000 111001 110000

Color Harmonies of #A4BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF34

Black with #A4BF34

Text Example


Text Example

White with #A4BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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