Html Css Color HEX #A6B427 Bahia

📋 copy color: '#A6B427'

red 166 ◦ green 180 ◦ blue 39

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

Shades of Bahia #A6B427

Tints of Bahia #A6B427

RGB

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

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

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

R = 43.12%
G = 46.75%
B = 10.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#A6B427 (or 0xA6B427) is known color: Bahia. HEX triplet: A6, B4 and 27. RGB value is (166,180,39). Sum of RGB (Red+Green+Blue) = 166+180+39=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B427 is #594BD8. Grayscale: #A0A0A0. Windows color (decimal): -5852121 or 2602150. OLE color: 2602150.

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

Color convert

RGB 166 180 39 -
CMYK 0.08 0 0.78 0.29
HSL 65.96º 0.64% 0.43% -
HSV(B) 65.96º 0.78% 0.71% -
XYZ 32.41 40.9 8.1 -
YUV 159.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 166 180 39 0.08 0 0.78 0.29 65.96 0.64 0.43
Hex A6 B4 27 8 0 4E 1D 42 40 2B
Octal 246 264 47 10 0 116 35 102 100 53
Binary 10100110 10110100 100111 1000 0 1001110 11101 1000010 1000000 101011

Color Harmonies of #A6B427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B427

Black with #A6B427

Text Example


Text Example

White with #A6B427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B427; }

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

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

background-color css

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

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

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

border-color css

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

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

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