Html Css Color HEX #A5B836 Bahia

📋 copy color: '#A5B836'

red 165 ◦ green 184 ◦ blue 54

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

Shades of Bahia #A5B836

Tints of Bahia #A5B836

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 54 (21.48% from 255) = 13.4%

R = 40.94%
G = 45.66%
B = 13.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#A5B836 (or 0xA5B836) is known color: Bahia. HEX triplet: A5, B8 and 36. RGB value is (165,184,54). Sum of RGB (Red+Green+Blue) = 165+184+54=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B836 is #5A47C9. Grayscale: #A4A4A4. Windows color (decimal): -5916618 or 3586213. OLE color: 3586213.

HSL color Cylindrical-coordinate representation of color #A5B836: hue angle of 68.77º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5B836 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 54 -
CMYK 0.10 0 0.71 0.28
HSL 68.77º 0.55% 0.47% -
HSV(B) 68.77º 0.71% 0.72% -
XYZ 33.32 42.55 9.95 -
YUV 163.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 165 184 54 0.10 0 0.71 0.28 68.77 0.55 0.47
Hex A5 B8 36 A 0 47 1C 45 37 2F
Octal 245 270 66 12 0 107 34 105 67 57
Binary 10100101 10111000 110110 1010 0 1000111 11100 1000101 110111 101111

Color Harmonies of #A5B836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B836

Black with #A5B836

Text Example


Text Example

White with #A5B836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B836; }

 p { color: rgb(165,184,54); }

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

background-color css

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

 a { background-color: rgb(165,184,54); }

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

border-color css

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

 span { border-color: rgb(165,184,54); }

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