Html Css Color HEX #A5BD32 Bahia

📋 copy color: '#A5BD32'

red 165 ◦ green 189 ◦ blue 50

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

Shades of Bahia #A5BD32

Tints of Bahia #A5BD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.38%

R = 40.84%
G = 46.78%
B = 12.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#A5BD32 (or 0xA5BD32) is known color: Bahia. HEX triplet: A5, BD and 32. RGB value is (165,189,50). Sum of RGB (Red+Green+Blue) = 165+189+50=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD32 is #5A42CD. Grayscale: #A6A6A6. Windows color (decimal): -5915342 or 3325349. OLE color: 3325349.

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

Color convert

RGB 165 189 50 -
CMYK 0.13 0 0.74 0.26
HSL 70.36º 0.58% 0.47% -
HSV(B) 70.36º 0.74% 0.74% -
XYZ 34.29 44.62 9.82 -
YUV 165.98 62.55 127.3 -
System Red Green Blue C M Y K H S L
Decimal 165 189 50 0.13 0 0.74 0.26 70.36 0.58 0.47
Hex A5 BD 32 D 0 4A 1A 46 3A 2F
Octal 245 275 62 15 0 112 32 106 72 57
Binary 10100101 10111101 110010 1101 0 1001010 11010 1000110 111010 101111

Color Harmonies of #A5BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD32

Black with #A5BD32

Text Example


Text Example

White with #A5BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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