Html Css Color HEX #A5B721 Bahia

📋 copy color: '#A5B721'

red 165 ◦ green 183 ◦ blue 33

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

Shades of Bahia #A5B721

Tints of Bahia #A5B721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.03%

 BLUE value IS 33 (13.28% from 255) = 8.66%

R = 43.31%
G = 48.03%
B = 8.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#A5B721 (or 0xA5B721) is known color: Bahia. HEX triplet: A5, B7 and 21. RGB value is (165,183,33). Sum of RGB (Red+Green+Blue) = 165+183+33=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B721 is #5A48DE. Grayscale: #A1A1A1. Windows color (decimal): -5916895 or 2209701. OLE color: 2209701.

HSL color Cylindrical-coordinate representation of color #A5B721: hue angle of 67.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5B721 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 33 -
CMYK 0.10 0 0.82 0.28
HSL 67.2º 0.69% 0.42% -
HSV(B) 67.2º 0.82% 0.72% -
XYZ 32.73 41.98 7.82 -
YUV 160.52 56.04 131.2 -
System Red Green Blue C M Y K H S L
Decimal 165 183 33 0.10 0 0.82 0.28 67.2 0.69 0.42
Hex A5 B7 21 A 0 52 1C 43 45 2A
Octal 245 267 41 12 0 122 34 103 105 52
Binary 10100101 10110111 100001 1010 0 1010010 11100 1000011 1000101 101010

Color Harmonies of #A5B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B721

Black with #A5B721

Text Example


Text Example

White with #A5B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B721; }

 p { color: rgb(165,183,33); }

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

background-color css

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

 a { background-color: rgb(165,183,33); }

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

border-color css

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

 span { border-color: rgb(165,183,33); }

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