Html Css Color HEX #A5B51C Bahia

📋 copy color: '#A5B51C'

red 165 ◦ green 181 ◦ blue 28

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

Shades of Bahia #A5B51C

Tints of Bahia #A5B51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

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

R = 44.12%
G = 48.4%
B = 7.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#A5B51C (or 0xA5B51C) is known color: Bahia. HEX triplet: A5, B5 and 1C. RGB value is (165,181,28). Sum of RGB (Red+Green+Blue) = 165+181+28=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B51C is #5A4AE3. Grayscale: #9F9F9F. Windows color (decimal): -5917412 or 1881509. OLE color: 1881509.

HSL color Cylindrical-coordinate representation of color #A5B51C: hue angle of 66.27º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5B51C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 28 -
CMYK 0.09 0 0.85 0.29
HSL 66.27º 0.73% 0.41% -
HSV(B) 66.27º 0.85% 0.71% -
XYZ 32.25 41.13 7.34 -
YUV 158.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 165 181 28 0.09 0 0.85 0.29 66.27 0.73 0.41
Hex A5 B5 1C 9 0 55 1D 42 49 29
Octal 245 265 34 11 0 125 35 102 111 51
Binary 10100101 10110101 11100 1001 0 1010101 11101 1000010 1001001 101001

Color Harmonies of #A5B51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B51C

Black with #A5B51C

Text Example


Text Example

White with #A5B51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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