Html Css Color HEX #A6B321 Bahia

📋 copy color: '#A6B321'

red 166 ◦ green 179 ◦ blue 33

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

Shades of Bahia #A6B321

Tints of Bahia #A6B321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 43.92%
G = 47.35%
B = 8.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#A6B321 (or 0xA6B321) is known color: Bahia. HEX triplet: A6, B3 and 21. RGB value is (166,179,33). Sum of RGB (Red+Green+Blue) = 166+179+33=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B321 is #594CDE. Grayscale: #9F9F9F. Windows color (decimal): -5852383 or 2208678. OLE color: 2208678.

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

Color convert

RGB 166 179 33 -
CMYK 0.07 0 0.82 0.30
HSL 65.34º 0.69% 0.42% -
HSV(B) 65.34º 0.82% 0.7% -
XYZ 32.12 40.46 7.55 -
YUV 158.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 166 179 33 0.07 0 0.82 0.30 65.34 0.69 0.42
Hex A6 B3 21 7 0 52 1E 41 45 2A
Octal 246 263 41 7 0 122 36 101 105 52
Binary 10100110 10110011 100001 111 0 1010010 11110 1000001 1000101 101010

Color Harmonies of #A6B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B321

Black with #A6B321

Text Example


Text Example

White with #A6B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B321; }

 p { color: rgb(166,179,33); }

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

background-color css

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

 a { background-color: rgb(166,179,33); }

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

border-color css

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

 span { border-color: rgb(166,179,33); }

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