Html Css Color HEX #A5B621 Bahia

📋 copy color: '#A5B621'

red 165 ◦ green 182 ◦ blue 33

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

Shades of Bahia #A5B621

Tints of Bahia #A5B621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.89%

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

R = 43.42%
G = 47.89%
B = 8.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A5B621 (or 0xA5B621) is known color: Bahia. HEX triplet: A5, B6 and 21. RGB value is (165,182,33). Sum of RGB (Red+Green+Blue) = 165+182+33=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B621 is #5A49DE. Grayscale: #A0A0A0. Windows color (decimal): -5917151 or 2209445. OLE color: 2209445.

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

Color convert

RGB 165 182 33 -
CMYK 0.09 0 0.82 0.29
HSL 66.85º 0.69% 0.42% -
HSV(B) 66.85º 0.82% 0.71% -
XYZ 32.52 41.57 7.75 -
YUV 159.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 165 182 33 0.09 0 0.82 0.29 66.85 0.69 0.42
Hex A5 B6 21 9 0 52 1D 43 45 2A
Octal 245 266 41 11 0 122 35 103 105 52
Binary 10100101 10110110 100001 1001 0 1010010 11101 1000011 1000101 101010

Color Harmonies of #A5B621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B621

Black with #A5B621

Text Example


Text Example

White with #A5B621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B621; }

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

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

background-color css

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

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

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

border-color css

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

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

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