Html Css Color HEX #A5B42B Bahia

📋 copy color: '#A5B42B'

red 165 ◦ green 180 ◦ blue 43

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

Shades of Bahia #A5B42B

Tints of Bahia #A5B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 42.53%
G = 46.39%
B = 11.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A5B42B (or 0xA5B42B) is known color: Bahia. HEX triplet: A5, B4 and 2B. RGB value is (165,180,43). Sum of RGB (Red+Green+Blue) = 165+180+43=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B42B is #5A4BD4. Grayscale: #A0A0A0. Windows color (decimal): -5917653 or 2864293. OLE color: 2864293.

HSL color Cylindrical-coordinate representation of color #A5B42B: hue angle of 66.57º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5B42B is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 43 -
CMYK 0.08 0 0.76 0.29
HSL 66.57º 0.61% 0.44% -
HSV(B) 66.57º 0.76% 0.71% -
XYZ 32.27 40.82 8.46 -
YUV 159.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 165 180 43 0.08 0 0.76 0.29 66.57 0.61 0.44
Hex A5 B4 2B 8 0 4C 1D 43 3D 2C
Octal 245 264 53 10 0 114 35 103 75 54
Binary 10100101 10110100 101011 1000 0 1001100 11101 1000011 111101 101100

Color Harmonies of #A5B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B42B

Black with #A5B42B

Text Example


Text Example

White with #A5B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B42B; }

 p { color: rgb(165,180,43); }

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

background-color css

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

 a { background-color: rgb(165,180,43); }

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

border-color css

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

 span { border-color: rgb(165,180,43); }

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