Html Css Color HEX #A6B926 Bahia

📋 copy color: '#A6B926'

red 166 ◦ green 185 ◦ blue 38

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

Shades of Bahia #A6B926

Tints of Bahia #A6B926

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

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

R = 42.67%
G = 47.56%
B = 9.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#A6B926 (or 0xA6B926) is known color: Bahia. HEX triplet: A6, B9 and 26. RGB value is (166,185,38). Sum of RGB (Red+Green+Blue) = 166+185+38=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B926 is #5946D9. Grayscale: #A3A3A3. Windows color (decimal): -5850842 or 2537894. OLE color: 2537894.

HSL color Cylindrical-coordinate representation of color #A6B926: hue angle of 67.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6B926 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 38 -
CMYK 0.10 0 0.79 0.27
HSL 67.76º 0.66% 0.44% -
HSV(B) 67.76º 0.79% 0.73% -
XYZ 33.42 42.94 8.36 -
YUV 162.56 57.71 130.45 -
System Red Green Blue C M Y K H S L
Decimal 166 185 38 0.10 0 0.79 0.27 67.76 0.66 0.44
Hex A6 B9 26 A 0 4F 1B 44 42 2C
Octal 246 271 46 12 0 117 33 104 102 54
Binary 10100110 10111001 100110 1010 0 1001111 11011 1000100 1000010 101100

Color Harmonies of #A6B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B926

Black with #A6B926

Text Example


Text Example

White with #A6B926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B926; }

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

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

background-color css

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

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

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

border-color css

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

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

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