Html Css Color HEX #A6BE19 Bahia

📋 copy color: '#A6BE19'

red 166 ◦ green 190 ◦ blue 25

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

Shades of Bahia #A6BE19

Tints of Bahia #A6BE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.56%

R = 43.57%
G = 49.87%
B = 6.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A6BE19 (or 0xA6BE19) is known color: Bahia. HEX triplet: A6, BE and 19. RGB value is (166,190,25). Sum of RGB (Red+Green+Blue) = 166+190+25=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BE19 is #5941E6. Grayscale: #A4A4A4. Windows color (decimal): -5849575 or 1687206. OLE color: 1687206.

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

Color convert

RGB 166 190 25 -
CMYK 0.13 0 0.87 0.25
HSL 68.73º 0.77% 0.42% -
HSV(B) 68.73º 0.87% 0.75% -
XYZ 34.31 45 7.8 -
YUV 164.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 166 190 25 0.13 0 0.87 0.25 68.73 0.77 0.42
Hex A6 BE 19 D 0 57 19 45 4D 2A
Octal 246 276 31 15 0 127 31 105 115 52
Binary 10100110 10111110 11001 1101 0 1010111 11001 1000101 1001101 101010

Color Harmonies of #A6BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE19

Black with #A6BE19

Text Example


Text Example

White with #A6BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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