Html Css Color HEX #A2B717 Bahia

📋 copy color: '#A2B717'

red 162 ◦ green 183 ◦ blue 23

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

Shades of Bahia #A2B717

Tints of Bahia #A2B717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

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

R = 44.02%
G = 49.73%
B = 6.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#A2B717 (or 0xA2B717) is known color: Bahia. HEX triplet: A2, B7 and 17. RGB value is (162,183,23). Sum of RGB (Red+Green+Blue) = 162+183+23=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B717 is #5D48E8. Grayscale: #9F9F9F. Windows color (decimal): -6113513 or 1554338. OLE color: 1554338.

HSL color Cylindrical-coordinate representation of color #A2B717: hue angle of 67.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2B717 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 23 -
CMYK 0.11 0 0.87 0.28
HSL 67.88º 0.78% 0.4% -
HSV(B) 67.88º 0.87% 0.72% -
XYZ 31.99 41.61 7.16 -
YUV 158.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 162 183 23 0.11 0 0.87 0.28 67.88 0.78 0.4
Hex A2 B7 17 B 0 57 1C 44 4E 28
Octal 242 267 27 13 0 127 34 104 116 50
Binary 10100010 10110111 10111 1011 0 1010111 11100 1000100 1001110 101000

Color Harmonies of #A2B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B717

Black with #A2B717

Text Example


Text Example

White with #A2B717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B717; }

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

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

background-color css

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

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

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

border-color css

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

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

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