Html Css Color HEX #A5BC15 Bahia

📋 copy color: '#A5BC15'

red 165 ◦ green 188 ◦ blue 21

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

Shades of Bahia #A5BC15

Tints of Bahia #A5BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 44.12%
G = 50.27%
B = 5.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#A5BC15 (or 0xA5BC15) is known color: Bahia. HEX triplet: A5, BC and 15. RGB value is (165,188,21). Sum of RGB (Red+Green+Blue) = 165+188+21=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BC15 is #5A43EA. Grayscale: #A2A2A2. Windows color (decimal): -5915627 or 1424549. OLE color: 1424549.

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

Color convert

RGB 165 188 21 -
CMYK 0.12 0 0.89 0.26
HSL 68.26º 0.8% 0.41% -
HSV(B) 68.26º 0.89% 0.74% -
XYZ 33.64 44.02 7.43 -
YUV 162.09 48.38 130.08 -
System Red Green Blue C M Y K H S L
Decimal 165 188 21 0.12 0 0.89 0.26 68.26 0.8 0.41
Hex A5 BC 15 C 0 59 1A 44 50 29
Octal 245 274 25 14 0 131 32 104 120 51
Binary 10100101 10111100 10101 1100 0 1011001 11010 1000100 1010000 101001

Color Harmonies of #A5BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC15

Black with #A5BC15

Text Example


Text Example

White with #A5BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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