Html Css Color HEX #A5BC29 Bahia

📋 copy color: '#A5BC29'

red 165 ◦ green 188 ◦ blue 41

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

Shades of Bahia #A5BC29

Tints of Bahia #A5BC29

RGB

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

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

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

R = 41.88%
G = 47.72%
B = 10.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#A5BC29 (or 0xA5BC29) is known color: Bahia. HEX triplet: A5, BC and 29. RGB value is (165,188,41). Sum of RGB (Red+Green+Blue) = 165+188+41=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC29 is #5A43D6. Grayscale: #A4A4A4. Windows color (decimal): -5915607 or 2735269. OLE color: 2735269.

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

Color convert

RGB 165 188 41 -
CMYK 0.12 0 0.78 0.26
HSL 69.39º 0.64% 0.45% -
HSV(B) 69.39º 0.78% 0.74% -
XYZ 33.9 44.13 8.83 -
YUV 164.37 58.38 128.45 -
System Red Green Blue C M Y K H S L
Decimal 165 188 41 0.12 0 0.78 0.26 69.39 0.64 0.45
Hex A5 BC 29 C 0 4E 1A 45 40 2D
Octal 245 274 51 14 0 116 32 105 100 55
Binary 10100101 10111100 101001 1100 0 1001110 11010 1000101 1000000 101101

Color Harmonies of #A5BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC29

Black with #A5BC29

Text Example


Text Example

White with #A5BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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