Html Css Color HEX #A8BC31 Bahia

📋 copy color: '#A8BC31'

red 168 ◦ green 188 ◦ blue 49

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

Shades of Bahia #A8BC31

Tints of Bahia #A8BC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 41.48%
G = 46.42%
B = 12.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#A8BC31 (or 0xA8BC31) is known color: Bahia. HEX triplet: A8, BC and 31. RGB value is (168,188,49). Sum of RGB (Red+Green+Blue) = 168+188+49=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC31 is #5743CE. Grayscale: #A6A6A6. Windows color (decimal): -5718991 or 3259560. OLE color: 3259560.

HSL color Cylindrical-coordinate representation of color #A8BC31: hue angle of 68.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8BC31 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 49 -
CMYK 0.11 0 0.74 0.26
HSL 68.63º 0.59% 0.46% -
HSV(B) 68.63º 0.74% 0.74% -
XYZ 34.69 44.51 9.67 -
YUV 166.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 168 188 49 0.11 0 0.74 0.26 68.63 0.59 0.46
Hex A8 BC 31 B 0 4A 1A 45 3B 2E
Octal 250 274 61 13 0 112 32 105 73 56
Binary 10101000 10111100 110001 1011 0 1001010 11010 1000101 111011 101110

Color Harmonies of #A8BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC31

Black with #A8BC31

Text Example


Text Example

White with #A8BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC31; }

 p { color: rgb(168,188,49); }

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

background-color css

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

 a { background-color: rgb(168,188,49); }

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

border-color css

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

 span { border-color: rgb(168,188,49); }

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