Html Css Color HEX #A5BC24 Bahia

📋 copy color: '#A5BC24'

red 165 ◦ green 188 ◦ blue 36

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

Shades of Bahia #A5BC24

Tints of Bahia #A5BC24

RGB

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

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

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

R = 42.42%
G = 48.33%
B = 9.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#A5BC24 (or 0xA5BC24) is known color: Bahia. HEX triplet: A5, BC and 24. RGB value is (165,188,36). Sum of RGB (Red+Green+Blue) = 165+188+36=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC24 is #5A43DB. Grayscale: #A4A4A4. Windows color (decimal): -5915612 or 2407589. OLE color: 2407589.

HSL color Cylindrical-coordinate representation of color #A5BC24: hue angle of 69.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5BC24 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 36 -
CMYK 0.12 0 0.81 0.26
HSL 69.08º 0.68% 0.44% -
HSV(B) 69.08º 0.81% 0.74% -
XYZ 33.82 44.09 8.4 -
YUV 163.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 165 188 36 0.12 0 0.81 0.26 69.08 0.68 0.44
Hex A5 BC 24 C 0 51 1A 45 44 2C
Octal 245 274 44 14 0 121 32 105 104 54
Binary 10100101 10111100 100100 1100 0 1010001 11010 1000101 1000100 101100

Color Harmonies of #A5BC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC24

Black with #A5BC24

Text Example


Text Example

White with #A5BC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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