Html Css Color HEX #A5B121 Bahia

📋 copy color: '#A5B121'

red 165 ◦ green 177 ◦ blue 33

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

Shades of Bahia #A5B121

Tints of Bahia #A5B121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

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

R = 44%
G = 47.2%
B = 8.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#A5B121 (or 0xA5B121) is known color: Bahia. HEX triplet: A5, B1 and 21. RGB value is (165,177,33). Sum of RGB (Red+Green+Blue) = 165+177+33=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B121 is #5A4EDE. Grayscale: #9D9D9D. Windows color (decimal): -5918431 or 2208165. OLE color: 2208165.

HSL color Cylindrical-coordinate representation of color #A5B121: hue angle of 65º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5B121 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 33 -
CMYK 0.07 0 0.81 0.31
HSL 65º 0.69% 0.41% -
HSV(B) 65º 0.81% 0.69% -
XYZ 31.51 39.55 7.41 -
YUV 157 58.02 133.71 -
System Red Green Blue C M Y K H S L
Decimal 165 177 33 0.07 0 0.81 0.31 65 0.69 0.41
Hex A5 B1 21 7 0 51 1F 41 45 29
Octal 245 261 41 7 0 121 37 101 105 51
Binary 10100101 10110001 100001 111 0 1010001 11111 1000001 1000101 101001

Color Harmonies of #A5B121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B121

Black with #A5B121

Text Example


Text Example

White with #A5B121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B121; }

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

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

background-color css

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

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

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

border-color css

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

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

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