Html Css Color HEX #A2B918 Bahia

📋 copy color: '#A2B918'

red 162 ◦ green 185 ◦ blue 24

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

Shades of Bahia #A2B918

Tints of Bahia #A2B918

RGB

 RED value IS 162 (63.67% from 255) = 43.67%

 GREEN value IS 185 (72.66% from 255) = 49.87%

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 43.67%
G = 49.87%
B = 6.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#A2B918 (or 0xA2B918) is known color: Bahia. HEX triplet: A2, B9 and 18. RGB value is (162,185,24). Sum of RGB (Red+Green+Blue) = 162+185+24=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B918 is #5D46E7. Grayscale: #A0A0A0. Windows color (decimal): -6113000 or 1620386. OLE color: 1620386.

HSL color Cylindrical-coordinate representation of color #A2B918: hue angle of 68.57º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2B918 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 24 -
CMYK 0.12 0 0.87 0.27
HSL 68.57º 0.77% 0.41% -
HSV(B) 68.57º 0.87% 0.73% -
XYZ 32.41 42.45 7.35 -
YUV 159.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 162 185 24 0.12 0 0.87 0.27 68.57 0.77 0.41
Hex A2 B9 18 C 0 57 1B 45 4D 29
Octal 242 271 30 14 0 127 33 105 115 51
Binary 10100010 10111001 11000 1100 0 1010111 11011 1000101 1001101 101001

Color Harmonies of #A2B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B918

Black with #A2B918

Text Example


Text Example

White with #A2B918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B918; }

 p { color: rgb(162,185,24); }

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

background-color css

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

 a { background-color: rgb(162,185,24); }

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

border-color css

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

 span { border-color: rgb(162,185,24); }

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