Html Css Color HEX #A6B628 Bahia

📋 copy color: '#A6B628'

red 166 ◦ green 182 ◦ blue 40

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

Shades of Bahia #A6B628

Tints of Bahia #A6B628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.91%

 BLUE value IS 40 (16.02% from 255) = 10.31%

R = 42.78%
G = 46.91%
B = 10.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#A6B628 (or 0xA6B628) is known color: Bahia. HEX triplet: A6, B6 and 28. RGB value is (166,182,40). Sum of RGB (Red+Green+Blue) = 166+182+40=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B628 is #5949D7. Grayscale: #A1A1A1. Windows color (decimal): -5851608 or 2668198. OLE color: 2668198.

HSL color Cylindrical-coordinate representation of color #A6B628: hue angle of 66.76º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6B628 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 40 -
CMYK 0.09 0 0.78 0.29
HSL 66.76º 0.64% 0.44% -
HSV(B) 66.76º 0.78% 0.71% -
XYZ 32.84 41.72 8.33 -
YUV 161.03 59.7 131.55 -
System Red Green Blue C M Y K H S L
Decimal 166 182 40 0.09 0 0.78 0.29 66.76 0.64 0.44
Hex A6 B6 28 9 0 4E 1D 43 40 2C
Octal 246 266 50 11 0 116 35 103 100 54
Binary 10100110 10110110 101000 1001 0 1001110 11101 1000011 1000000 101100

Color Harmonies of #A6B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B628

Black with #A6B628

Text Example


Text Example

White with #A6B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B628; }

 p { color: rgb(166,182,40); }

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

background-color css

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

 a { background-color: rgb(166,182,40); }

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

border-color css

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

 span { border-color: rgb(166,182,40); }

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