Html Css Color HEX #A8B128 Bahia

📋 copy color: '#A8B128'

red 168 ◦ green 177 ◦ blue 40

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

Shades of Bahia #A8B128

Tints of Bahia #A8B128

RGB

 RED value IS 168 (66.02% from 255) = 43.64%

 GREEN value IS 177 (69.53% from 255) = 45.97%

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

R = 43.64%
G = 45.97%
B = 10.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#A8B128 (or 0xA8B128) is known color: Bahia. HEX triplet: A8, B1 and 28. RGB value is (168,177,40). Sum of RGB (Red+Green+Blue) = 168+177+40=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B128 is #574ED7. Grayscale: #9F9F9F. Windows color (decimal): -5721816 or 2666920. OLE color: 2666920.

HSL color Cylindrical-coordinate representation of color #A8B128: hue angle of 63.94º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8B128 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 40 -
CMYK 0.05 0 0.77 0.31
HSL 63.94º 0.63% 0.43% -
HSV(B) 63.94º 0.77% 0.69% -
XYZ 32.25 39.92 8.01 -
YUV 158.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 168 177 40 0.05 0 0.77 0.31 63.94 0.63 0.43
Hex A8 B1 28 5 0 4D 1F 40 3F 2B
Octal 250 261 50 5 0 115 37 100 77 53
Binary 10101000 10110001 101000 101 0 1001101 11111 1000000 111111 101011

Color Harmonies of #A8B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B128

Black with #A8B128

Text Example


Text Example

White with #A8B128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B128; }

 p { color: rgb(168,177,40); }

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

background-color css

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

 a { background-color: rgb(168,177,40); }

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

border-color css

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

 span { border-color: rgb(168,177,40); }

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