Html Css Color HEX #A5BC1C Bahia

📋 copy color: '#A5BC1C'

red 165 ◦ green 188 ◦ blue 28

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

Shades of Bahia #A5BC1C

Tints of Bahia #A5BC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.35%

R = 43.31%
G = 49.34%
B = 7.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#A5BC1C (or 0xA5BC1C) is known color: Bahia. HEX triplet: A5, BC and 1C. RGB value is (165,188,28). Sum of RGB (Red+Green+Blue) = 165+188+28=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC1C is #5A43E3. Grayscale: #A3A3A3. Windows color (decimal): -5915620 or 1883301. OLE color: 1883301.

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

Color convert

RGB 165 188 28 -
CMYK 0.12 0 0.85 0.26
HSL 68.63º 0.74% 0.42% -
HSV(B) 68.63º 0.85% 0.74% -
XYZ 33.71 44.05 7.82 -
YUV 162.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 165 188 28 0.12 0 0.85 0.26 68.63 0.74 0.42
Hex A5 BC 1C C 0 55 1A 45 4A 2A
Octal 245 274 34 14 0 125 32 105 112 52
Binary 10100101 10111100 11100 1100 0 1010101 11010 1000101 1001010 101010

Color Harmonies of #A5BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC1C

Black with #A5BC1C

Text Example


Text Example

White with #A5BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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