Html Css Color HEX #A5BD28 Bahia

📋 copy color: '#A5BD28'

red 165 ◦ green 189 ◦ blue 40

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

Shades of Bahia #A5BD28

Tints of Bahia #A5BD28

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.97%

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

R = 41.88%
G = 47.97%
B = 10.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#A5BD28 (or 0xA5BD28) is known color: Bahia. HEX triplet: A5, BD and 28. RGB value is (165,189,40). Sum of RGB (Red+Green+Blue) = 165+189+40=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD28 is #5A42D7. Grayscale: #A5A5A5. Windows color (decimal): -5915352 or 2669989. OLE color: 2669989.

HSL color Cylindrical-coordinate representation of color #A5BD28: hue angle of 69.66º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5BD28 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 40 -
CMYK 0.13 0 0.79 0.26
HSL 69.66º 0.65% 0.45% -
HSV(B) 69.66º 0.79% 0.74% -
XYZ 34.1 44.55 8.81 -
YUV 164.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 165 189 40 0.13 0 0.79 0.26 69.66 0.65 0.45
Hex A5 BD 28 D 0 4F 1A 46 41 2D
Octal 245 275 50 15 0 117 32 106 101 55
Binary 10100101 10111101 101000 1101 0 1001111 11010 1000110 1000001 101101

Color Harmonies of #A5BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD28

Black with #A5BD28

Text Example


Text Example

White with #A5BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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