Html Css Color HEX #A5B62B Bahia

📋 copy color: '#A5B62B'

red 165 ◦ green 182 ◦ blue 43

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

Shades of Bahia #A5B62B

Tints of Bahia #A5B62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 42.31%
G = 46.67%
B = 11.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A5B62B (or 0xA5B62B) is known color: Bahia. HEX triplet: A5, B6 and 2B. RGB value is (165,182,43). Sum of RGB (Red+Green+Blue) = 165+182+43=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B62B is #5A49D4. Grayscale: #A1A1A1. Windows color (decimal): -5917141 or 2864805. OLE color: 2864805.

HSL color Cylindrical-coordinate representation of color #A5B62B: hue angle of 67.34º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5B62B is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 182 43 -
CMYK 0.09 0 0.76 0.29
HSL 67.34º 0.62% 0.44% -
HSV(B) 67.34º 0.76% 0.71% -
XYZ 32.68 41.63 8.6 -
YUV 161.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 165 182 43 0.09 0 0.76 0.29 67.34 0.62 0.44
Hex A5 B6 2B 9 0 4C 1D 43 3E 2C
Octal 245 266 53 11 0 114 35 103 76 54
Binary 10100101 10110110 101011 1001 0 1001100 11101 1000011 111110 101100

Color Harmonies of #A5B62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B62B

Black with #A5B62B

Text Example


Text Example

White with #A5B62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B62B; }

 p { color: rgb(165,182,43); }

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

background-color css

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

 a { background-color: rgb(165,182,43); }

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

border-color css

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

 span { border-color: rgb(165,182,43); }

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