Html Css Color HEX #A6B21F Bahia

📋 copy color: '#A6B21F'

red 166 ◦ green 178 ◦ blue 31

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

Shades of Bahia #A6B21F

Tints of Bahia #A6B21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 44.27%
G = 47.47%
B = 8.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#A6B21F (or 0xA6B21F) is known color: Bahia. HEX triplet: A6, B2 and 1F. RGB value is (166,178,31). Sum of RGB (Red+Green+Blue) = 166+178+31=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B21F is #594DE0. Grayscale: #9E9E9E. Windows color (decimal): -5852641 or 2077350. OLE color: 2077350.

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

Color convert

RGB 166 178 31 -
CMYK 0.07 0 0.83 0.30
HSL 64.9º 0.7% 0.41% -
HSV(B) 64.9º 0.83% 0.7% -
XYZ 31.89 40.05 7.35 -
YUV 157.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 166 178 31 0.07 0 0.83 0.30 64.9 0.7 0.41
Hex A6 B2 1F 7 0 53 1E 41 46 29
Octal 246 262 37 7 0 123 36 101 106 51
Binary 10100110 10110010 11111 111 0 1010011 11110 1000001 1000110 101001

Color Harmonies of #A6B21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B21F

Black with #A6B21F

Text Example


Text Example

White with #A6B21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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