Html Css Color HEX #A8B51C Bahia

📋 copy color: '#A8B51C'

red 168 ◦ green 181 ◦ blue 28

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

Shades of Bahia #A8B51C

Tints of Bahia #A8B51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.01%

 BLUE value IS 28 (11.33% from 255) = 7.43%

R = 44.56%
G = 48.01%
B = 7.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#A8B51C (or 0xA8B51C) is known color: Bahia. HEX triplet: A8, B5 and 1C. RGB value is (168,181,28). Sum of RGB (Red+Green+Blue) = 168+181+28=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B51C is #574AE3. Grayscale: #A0A0A0. Windows color (decimal): -5720804 or 1881512. OLE color: 1881512.

HSL color Cylindrical-coordinate representation of color #A8B51C: hue angle of 65.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8B51C is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 28 -
CMYK 0.07 0 0.85 0.29
HSL 65.1º 0.73% 0.41% -
HSV(B) 65.1º 0.85% 0.71% -
XYZ 32.88 41.46 7.37 -
YUV 159.67 53.69 133.94 -
System Red Green Blue C M Y K H S L
Decimal 168 181 28 0.07 0 0.85 0.29 65.1 0.73 0.41
Hex A8 B5 1C 7 0 55 1D 41 49 29
Octal 250 265 34 7 0 125 35 101 111 51
Binary 10101000 10110101 11100 111 0 1010101 11101 1000001 1001001 101001

Color Harmonies of #A8B51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B51C

Black with #A8B51C

Text Example


Text Example

White with #A8B51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B51C; }

 p { color: rgb(168,181,28); }

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

background-color css

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

 a { background-color: rgb(168,181,28); }

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

border-color css

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

 span { border-color: rgb(168,181,28); }

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