Html Css Color HEX #A5B824 Bahia

📋 copy color: '#A5B824'

red 165 ◦ green 184 ◦ blue 36

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

Shades of Bahia #A5B824

Tints of Bahia #A5B824

RGB

 RED value IS 165 (64.84% from 255) = 42.86%

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

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

R = 42.86%
G = 47.79%
B = 9.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#A5B824 (or 0xA5B824) is known color: Bahia. HEX triplet: A5, B8 and 24. RGB value is (165,184,36). Sum of RGB (Red+Green+Blue) = 165+184+36=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B824 is #5A47DB. Grayscale: #A2A2A2. Windows color (decimal): -5916636 or 2406565. OLE color: 2406565.

HSL color Cylindrical-coordinate representation of color #A5B824: hue angle of 67.7º 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 #A5B824 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 36 -
CMYK 0.10 0 0.80 0.28
HSL 67.7º 0.67% 0.43% -
HSV(B) 67.7º 0.8% 0.72% -
XYZ 32.98 42.41 8.12 -
YUV 161.45 57.21 130.53 -
System Red Green Blue C M Y K H S L
Decimal 165 184 36 0.10 0 0.80 0.28 67.7 0.67 0.43
Hex A5 B8 24 A 0 50 1C 44 43 2B
Octal 245 270 44 12 0 120 34 104 103 53
Binary 10100101 10111000 100100 1010 0 1010000 11100 1000100 1000011 101011

Color Harmonies of #A5B824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B824

Black with #A5B824

Text Example


Text Example

White with #A5B824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B824; }

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

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

background-color css

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

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

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

border-color css

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

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

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