Html Css Color HEX #A8B824 Bahia

📋 copy color: '#A8B824'

red 168 ◦ green 184 ◦ blue 36

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

Shades of Bahia #A8B824

Tints of Bahia #A8B824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.42%

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 43.3%
G = 47.42%
B = 9.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#A8B824 (or 0xA8B824) is known color: Bahia. HEX triplet: A8, B8 and 24. RGB value is (168,184,36). Sum of RGB (Red+Green+Blue) = 168+184+36=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B824 is #5747DB. Grayscale: #A2A2A2. Windows color (decimal): -5720028 or 2406568. OLE color: 2406568.

HSL color Cylindrical-coordinate representation of color #A8B824: hue angle of 66.49º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8B824 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 36 -
CMYK 0.09 0 0.80 0.28
HSL 66.49º 0.67% 0.43% -
HSV(B) 66.49º 0.8% 0.72% -
XYZ 33.61 42.73 8.15 -
YUV 162.34 56.7 132.03 -
System Red Green Blue C M Y K H S L
Decimal 168 184 36 0.09 0 0.80 0.28 66.49 0.67 0.43
Hex A8 B8 24 9 0 50 1C 42 43 2B
Octal 250 270 44 11 0 120 34 102 103 53
Binary 10101000 10111000 100100 1001 0 1010000 11100 1000010 1000011 101011

Color Harmonies of #A8B824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B824

Black with #A8B824

Text Example


Text Example

White with #A8B824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B824; }

 p { color: rgb(168,184,36); }

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

background-color css

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

 a { background-color: rgb(168,184,36); }

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

border-color css

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

 span { border-color: rgb(168,184,36); }

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