Html Css Color HEX #A1B228 Bahia

📋 copy color: '#A1B228'

red 161 ◦ green 178 ◦ blue 40

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

Shades of Bahia #A1B228

Tints of Bahia #A1B228

RGB

 RED value IS 161 (63.28% from 255) = 42.48%

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

 BLUE value IS 40 (16.02% from 255) = 10.55%

R = 42.48%
G = 46.97%
B = 10.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#A1B228 (or 0xA1B228) is known color: Bahia. HEX triplet: A1, B2 and 28. RGB value is (161,178,40). Sum of RGB (Red+Green+Blue) = 161+178+40=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B228 is #5E4DD7. Grayscale: #9D9D9D. Windows color (decimal): -6180312 or 2667169. OLE color: 2667169.

HSL color Cylindrical-coordinate representation of color #A1B228: hue angle of 67.39º degrees, saturation: 0.63, 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 #A1B228 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 178 40 -
CMYK 0.10 0 0.78 0.30
HSL 67.39º 0.63% 0.43% -
HSV(B) 67.39º 0.78% 0.7% -
XYZ 31 39.57 8.01 -
YUV 157.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 161 178 40 0.10 0 0.78 0.30 67.39 0.63 0.43
Hex A1 B2 28 A 0 4E 1E 43 3F 2B
Octal 241 262 50 12 0 116 36 103 77 53
Binary 10100001 10110010 101000 1010 0 1001110 11110 1000011 111111 101011

Color Harmonies of #A1B228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B228

Black with #A1B228

Text Example


Text Example

White with #A1B228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B228; }

 p { color: rgb(161,178,40); }

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

background-color css

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

 a { background-color: rgb(161,178,40); }

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

border-color css

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

 span { border-color: rgb(161,178,40); }

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