Html Css Color HEX #A6BA25 Bahia

📋 copy color: '#A6BA25'

red 166 ◦ green 186 ◦ blue 37

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

Shades of Bahia #A6BA25

Tints of Bahia #A6BA25

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 42.67%
G = 47.81%
B = 9.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#A6BA25 (or 0xA6BA25) is known color: Bahia. HEX triplet: A6, BA and 25. RGB value is (166,186,37). Sum of RGB (Red+Green+Blue) = 166+186+37=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA25 is #5945DA. Grayscale: #A3A3A3. Windows color (decimal): -5850587 or 2472614. OLE color: 2472614.

HSL color Cylindrical-coordinate representation of color #A6BA25: hue angle of 68.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6BA25 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 37 -
CMYK 0.11 0 0.80 0.27
HSL 68.05º 0.67% 0.44% -
HSV(B) 68.05º 0.8% 0.73% -
XYZ 33.62 43.36 8.35 -
YUV 163.03 56.87 130.12 -
System Red Green Blue C M Y K H S L
Decimal 166 186 37 0.11 0 0.80 0.27 68.05 0.67 0.44
Hex A6 BA 25 B 0 50 1B 44 43 2C
Octal 246 272 45 13 0 120 33 104 103 54
Binary 10100110 10111010 100101 1011 0 1010000 11011 1000100 1000011 101100

Color Harmonies of #A6BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA25

Black with #A6BA25

Text Example


Text Example

White with #A6BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA25; }

 p { color: rgb(166,186,37); }

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

background-color css

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

 a { background-color: rgb(166,186,37); }

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

border-color css

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

 span { border-color: rgb(166,186,37); }

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