Html Css Color HEX #A8BA29 Bahia

📋 copy color: '#A8BA29'

red 168 ◦ green 186 ◦ blue 41

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

Shades of Bahia #A8BA29

Tints of Bahia #A8BA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 42.53%
G = 47.09%
B = 10.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#A8BA29 (or 0xA8BA29) is known color: Bahia. HEX triplet: A8, BA and 29. RGB value is (168,186,41). Sum of RGB (Red+Green+Blue) = 168+186+41=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA29 is #5745D6. Grayscale: #A4A4A4. Windows color (decimal): -5719511 or 2734760. OLE color: 2734760.

HSL color Cylindrical-coordinate representation of color #A8BA29: hue angle of 67.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8BA29 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 41 -
CMYK 0.10 0 0.78 0.27
HSL 67.45º 0.64% 0.45% -
HSV(B) 67.45º 0.78% 0.73% -
XYZ 34.11 43.6 8.72 -
YUV 164.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 168 186 41 0.10 0 0.78 0.27 67.45 0.64 0.45
Hex A8 BA 29 A 0 4E 1B 43 40 2D
Octal 250 272 51 12 0 116 33 103 100 55
Binary 10101000 10111010 101001 1010 0 1001110 11011 1000011 1000000 101101

Color Harmonies of #A8BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA29

Black with #A8BA29

Text Example


Text Example

White with #A8BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA29; }

 p { color: rgb(168,186,41); }

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

background-color css

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

 a { background-color: rgb(168,186,41); }

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

border-color css

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

 span { border-color: rgb(168,186,41); }

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