Html Css Color HEX #A8BD19 Bahia

📋 copy color: '#A8BD19'

red 168 ◦ green 189 ◦ blue 25

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

Shades of Bahia #A8BD19

Tints of Bahia #A8BD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.48%

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 43.98%
G = 49.48%
B = 6.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#A8BD19 (or 0xA8BD19) is known color: Bahia. HEX triplet: A8, BD and 19. RGB value is (168,189,25). Sum of RGB (Red+Green+Blue) = 168+189+25=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD19 is #5742E6. Grayscale: #A4A4A4. Windows color (decimal): -5718759 or 1686952. OLE color: 1686952.

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

Color convert

RGB 168 189 25 -
CMYK 0.11 0 0.87 0.26
HSL 67.68º 0.77% 0.42% -
HSV(B) 67.68º 0.87% 0.74% -
XYZ 34.52 44.79 7.75 -
YUV 164.03 49.54 130.84 -
System Red Green Blue C M Y K H S L
Decimal 168 189 25 0.11 0 0.87 0.26 67.68 0.77 0.42
Hex A8 BD 19 B 0 57 1A 44 4D 2A
Octal 250 275 31 13 0 127 32 104 115 52
Binary 10101000 10111101 11001 1011 0 1010111 11010 1000100 1001101 101010

Color Harmonies of #A8BD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD19

Black with #A8BD19

Text Example


Text Example

White with #A8BD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD19; }

 p { color: rgb(168,189,25); }

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

background-color css

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

 a { background-color: rgb(168,189,25); }

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

border-color css

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

 span { border-color: rgb(168,189,25); }

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