Html Css Color HEX #A6BE34 Yellow Green

📋 copy color: '#A6BE34'

red 166 ◦ green 190 ◦ blue 52

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

Shades of Yellow Green #A6BE34

Tints of Yellow Green #A6BE34

RGB

 RED value IS 166 (65.23% from 255) = 40.69%

 GREEN value IS 190 (74.61% from 255) = 46.57%

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

R = 40.69%
G = 46.57%
B = 12.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#A6BE34 (or 0xA6BE34) is known color: Yellow Green. HEX triplet: A6, BE and 34. RGB value is (166,190,52). Sum of RGB (Red+Green+Blue) = 166+190+52=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE34 is #5941CB. Grayscale: #A7A7A7. Windows color (decimal): -5849548 or 3456678. OLE color: 3456678.

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

Color convert

RGB 166 190 52 -
CMYK 0.13 0 0.73 0.25
HSL 70.43º 0.57% 0.47% -
HSV(B) 70.43º 0.73% 0.75% -
XYZ 34.76 45.18 10.14 -
YUV 167.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 166 190 52 0.13 0 0.73 0.25 70.43 0.57 0.47
Hex A6 BE 34 D 0 49 19 46 39 2F
Octal 246 276 64 15 0 111 31 106 71 57
Binary 10100110 10111110 110100 1101 0 1001001 11001 1000110 111001 101111

Color Harmonies of #A6BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE34

Black with #A6BE34

Text Example


Text Example

White with #A6BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE34; }

 p { color: rgb(166,190,52); }

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

background-color css

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

 a { background-color: rgb(166,190,52); }

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

border-color css

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

 span { border-color: rgb(166,190,52); }

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