Html Css Color HEX #A5BB20 Bahia

📋 copy color: '#A5BB20'

red 165 ◦ green 187 ◦ blue 32

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

Shades of Bahia #A5BB20

Tints of Bahia #A5BB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.7%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 42.97%
G = 48.7%
B = 8.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#A5BB20 (or 0xA5BB20) is known color: Bahia. HEX triplet: A5, BB and 20. RGB value is (165,187,32). Sum of RGB (Red+Green+Blue) = 165+187+32=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB20 is #5A44DF. Grayscale: #A3A3A3. Windows color (decimal): -5915872 or 2145189. OLE color: 2145189.

HSL color Cylindrical-coordinate representation of color #A5BB20: hue angle of 68.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5BB20 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 32 -
CMYK 0.12 0 0.83 0.27
HSL 68.52º 0.71% 0.43% -
HSV(B) 68.52º 0.83% 0.73% -
XYZ 33.55 43.64 8.02 -
YUV 162.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 165 187 32 0.12 0 0.83 0.27 68.52 0.71 0.43
Hex A5 BB 20 C 0 53 1B 45 47 2B
Octal 245 273 40 14 0 123 33 105 107 53
Binary 10100101 10111011 100000 1100 0 1010011 11011 1000101 1000111 101011

Color Harmonies of #A5BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB20

Black with #A5BB20

Text Example


Text Example

White with #A5BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB20; }

 p { color: rgb(165,187,32); }

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

background-color css

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

 a { background-color: rgb(165,187,32); }

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

border-color css

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

 span { border-color: rgb(165,187,32); }

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