Html Css Color HEX #A6B227 Bahia

📋 copy color: '#A6B227'

red 166 ◦ green 178 ◦ blue 39

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

Shades of Bahia #A6B227

Tints of Bahia #A6B227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 39 (15.63% from 255) = 10.18%

R = 43.34%
G = 46.48%
B = 10.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#A6B227 (or 0xA6B227) is known color: Bahia. HEX triplet: A6, B2 and 27. RGB value is (166,178,39). Sum of RGB (Red+Green+Blue) = 166+178+39=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B227 is #594DD8. Grayscale: #9F9F9F. Windows color (decimal): -5852633 or 2601638. OLE color: 2601638.

HSL color Cylindrical-coordinate representation of color #A6B227: hue angle of 65.18º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6B227 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 178 39 -
CMYK 0.07 0 0.78 0.30
HSL 65.18º 0.64% 0.43% -
HSV(B) 65.18º 0.78% 0.7% -
XYZ 32.01 40.09 7.97 -
YUV 158.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 166 178 39 0.07 0 0.78 0.30 65.18 0.64 0.43
Hex A6 B2 27 7 0 4E 1E 41 40 2B
Octal 246 262 47 7 0 116 36 101 100 53
Binary 10100110 10110010 100111 111 0 1001110 11110 1000001 1000000 101011

Color Harmonies of #A6B227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B227

Black with #A6B227

Text Example


Text Example

White with #A6B227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B227; }

 p { color: rgb(166,178,39); }

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

background-color css

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

 a { background-color: rgb(166,178,39); }

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

border-color css

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

 span { border-color: rgb(166,178,39); }

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