Html Css Color HEX #A6B426 Bahia

📋 copy color: '#A6B426'

red 166 ◦ green 180 ◦ blue 38

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

Shades of Bahia #A6B426

Tints of Bahia #A6B426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.88%

 BLUE value IS 38 (15.23% from 255) = 9.9%

R = 43.23%
G = 46.88%
B = 9.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#A6B426 (or 0xA6B426) is known color: Bahia. HEX triplet: A6, B4 and 26. RGB value is (166,180,38). Sum of RGB (Red+Green+Blue) = 166+180+38=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B426 is #594BD9. Grayscale: #A0A0A0. Windows color (decimal): -5852122 or 2536614. OLE color: 2536614.

HSL color Cylindrical-coordinate representation of color #A6B426: hue angle of 65.92º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6B426 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 38 -
CMYK 0.08 0 0.79 0.29
HSL 65.92º 0.65% 0.43% -
HSV(B) 65.92º 0.79% 0.71% -
XYZ 32.4 40.89 8.02 -
YUV 159.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 166 180 38 0.08 0 0.79 0.29 65.92 0.65 0.43
Hex A6 B4 26 8 0 4F 1D 42 41 2B
Octal 246 264 46 10 0 117 35 102 101 53
Binary 10100110 10110100 100110 1000 0 1001111 11101 1000010 1000001 101011

Color Harmonies of #A6B426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B426

Black with #A6B426

Text Example


Text Example

White with #A6B426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B426; }

 p { color: rgb(166,180,38); }

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

background-color css

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

 a { background-color: rgb(166,180,38); }

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

border-color css

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

 span { border-color: rgb(166,180,38); }

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