Html Css Color HEX #A2B917 Bahia

📋 copy color: '#A2B917'

red 162 ◦ green 185 ◦ blue 23

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

Shades of Bahia #A2B917

Tints of Bahia #A2B917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.22%

R = 43.78%
G = 50%
B = 6.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#A2B917 (or 0xA2B917) is known color: Bahia. HEX triplet: A2, B9 and 17. RGB value is (162,185,23). Sum of RGB (Red+Green+Blue) = 162+185+23=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B917 is #5D46E8. Grayscale: #A0A0A0. Windows color (decimal): -6113001 or 1554850. OLE color: 1554850.

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

Color convert

RGB 162 185 23 -
CMYK 0.12 0 0.88 0.27
HSL 68.52º 0.78% 0.41% -
HSV(B) 68.52º 0.88% 0.73% -
XYZ 32.4 42.44 7.29 -
YUV 159.66 50.88 129.67 -
System Red Green Blue C M Y K H S L
Decimal 162 185 23 0.12 0 0.88 0.27 68.52 0.78 0.41
Hex A2 B9 17 C 0 58 1B 45 4E 29
Octal 242 271 27 14 0 130 33 105 116 51
Binary 10100010 10111001 10111 1100 0 1011000 11011 1000101 1001110 101001

Color Harmonies of #A2B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B917

Black with #A2B917

Text Example


Text Example

White with #A2B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B917; }

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

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

background-color css

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

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

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

border-color css

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

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

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