Html Css Color HEX #A5B62E Bahia

📋 copy color: '#A5B62E'

red 165 ◦ green 182 ◦ blue 46

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

Shades of Bahia #A5B62E

Tints of Bahia #A5B62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 41.98%
G = 46.31%
B = 11.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#A5B62E (or 0xA5B62E) is known color: Bahia. HEX triplet: A5, B6 and 2E. RGB value is (165,182,46). Sum of RGB (Red+Green+Blue) = 165+182+46=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B62E is #5A49D1. Grayscale: #A1A1A1. Windows color (decimal): -5917138 or 3061413. OLE color: 3061413.

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

Color convert

RGB 165 182 46 -
CMYK 0.09 0 0.75 0.29
HSL 67.5º 0.6% 0.45% -
HSV(B) 67.5º 0.75% 0.71% -
XYZ 32.74 41.65 8.9 -
YUV 161.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 165 182 46 0.09 0 0.75 0.29 67.5 0.6 0.45
Hex A5 B6 2E 9 0 4B 1D 44 3C 2D
Octal 245 266 56 11 0 113 35 104 74 55
Binary 10100101 10110110 101110 1001 0 1001011 11101 1000100 111100 101101

Color Harmonies of #A5B62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B62E

Black with #A5B62E

Text Example


Text Example

White with #A5B62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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