Html Css Color HEX #A4B717 Bahia

📋 copy color: '#A4B717'

red 164 ◦ green 183 ◦ blue 23

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

Shades of Bahia #A4B717

Tints of Bahia #A4B717

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

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

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

R = 44.32%
G = 49.46%
B = 6.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#A4B717 (or 0xA4B717) is known color: Bahia. HEX triplet: A4, B7 and 17. RGB value is (164,183,23). Sum of RGB (Red+Green+Blue) = 164+183+23=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B717 is #5B48E8. Grayscale: #9F9F9F. Windows color (decimal): -5982441 or 1554340. OLE color: 1554340.

HSL color Cylindrical-coordinate representation of color #A4B717: hue angle of 67.12º 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 #A4B717 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 23 -
CMYK 0.10 0 0.87 0.28
HSL 67.13º 0.78% 0.4% -
HSV(B) 67.13º 0.87% 0.72% -
XYZ 32.4 41.82 7.18 -
YUV 159.08 51.21 131.51 -
System Red Green Blue C M Y K H S L
Decimal 164 183 23 0.10 0 0.87 0.28 67.13 0.78 0.4
Hex A4 B7 17 A 0 57 1C 43 4E 28
Octal 244 267 27 12 0 127 34 103 116 50
Binary 10100100 10110111 10111 1010 0 1010111 11100 1000011 1001110 101000

Color Harmonies of #A4B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B717

Black with #A4B717

Text Example


Text Example

White with #A4B717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B717; }

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

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

background-color css

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

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

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

border-color css

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

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

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