Html Css Color HEX #A5BA28 Bahia

📋 copy color: '#A5BA28'

red 165 ◦ green 186 ◦ blue 40

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

Shades of Bahia #A5BA28

Tints of Bahia #A5BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 42.2%
G = 47.57%
B = 10.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#A5BA28 (or 0xA5BA28) is known color: Bahia. HEX triplet: A5, BA and 28. RGB value is (165,186,40). Sum of RGB (Red+Green+Blue) = 165+186+40=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA28 is #5A45D7. Grayscale: #A3A3A3. Windows color (decimal): -5916120 or 2669221. OLE color: 2669221.

HSL color Cylindrical-coordinate representation of color #A5BA28: hue angle of 68.63º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5BA28 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 40 -
CMYK 0.11 0 0.78 0.27
HSL 68.63º 0.65% 0.44% -
HSV(B) 68.63º 0.78% 0.73% -
XYZ 33.46 43.27 8.6 -
YUV 163.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 165 186 40 0.11 0 0.78 0.27 68.63 0.65 0.44
Hex A5 BA 28 B 0 4E 1B 45 41 2C
Octal 245 272 50 13 0 116 33 105 101 54
Binary 10100101 10111010 101000 1011 0 1001110 11011 1000101 1000001 101100

Color Harmonies of #A5BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA28

Black with #A5BA28

Text Example


Text Example

White with #A5BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA28; }

 p { color: rgb(165,186,40); }

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

background-color css

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

 a { background-color: rgb(165,186,40); }

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

border-color css

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

 span { border-color: rgb(165,186,40); }

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