Html Css Color HEX #A6B224 Bahia

📋 copy color: '#A6B224'

red 166 ◦ green 178 ◦ blue 36

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

Shades of Bahia #A6B224

Tints of Bahia #A6B224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 43.68%
G = 46.84%
B = 9.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#A6B224 (or 0xA6B224) is known color: Bahia. HEX triplet: A6, B2 and 24. RGB value is (166,178,36). Sum of RGB (Red+Green+Blue) = 166+178+36=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B224 is #594DDB. Grayscale: #9E9E9E. Windows color (decimal): -5852636 or 2405030. OLE color: 2405030.

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

Color convert

RGB 166 178 36 -
CMYK 0.07 0 0.80 0.30
HSL 65.07º 0.66% 0.42% -
HSV(B) 65.07º 0.8% 0.7% -
XYZ 31.96 40.08 7.72 -
YUV 158.22 59.02 133.55 -
System Red Green Blue C M Y K H S L
Decimal 166 178 36 0.07 0 0.80 0.30 65.07 0.66 0.42
Hex A6 B2 24 7 0 50 1E 41 42 2A
Octal 246 262 44 7 0 120 36 101 102 52
Binary 10100110 10110010 100100 111 0 1010000 11110 1000001 1000010 101010

Color Harmonies of #A6B224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B224

Black with #A6B224

Text Example


Text Example

White with #A6B224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B224; }

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

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

background-color css

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

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

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

border-color css

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

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

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