Html Css Color HEX #A4BC17 Bahia

📋 copy color: '#A4BC17'

red 164 ◦ green 188 ◦ blue 23

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

Shades of Bahia #A4BC17

Tints of Bahia #A4BC17

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

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

R = 43.73%
G = 50.13%
B = 6.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#A4BC17 (or 0xA4BC17) is known color: Bahia. HEX triplet: A4, BC and 17. RGB value is (164,188,23). Sum of RGB (Red+Green+Blue) = 164+188+23=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BC17 is #5B43E8. Grayscale: #A2A2A2. Windows color (decimal): -5981161 or 1555620. OLE color: 1555620.

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

Color convert

RGB 164 188 23 -
CMYK 0.13 0 0.88 0.26
HSL 68.73º 0.78% 0.41% -
HSV(B) 68.73º 0.88% 0.74% -
XYZ 33.45 43.92 7.53 -
YUV 162.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 164 188 23 0.13 0 0.88 0.26 68.73 0.78 0.41
Hex A4 BC 17 D 0 58 1A 45 4E 29
Octal 244 274 27 15 0 130 32 105 116 51
Binary 10100100 10111100 10111 1101 0 1011000 11010 1000101 1001110 101001

Color Harmonies of #A4BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC17

Black with #A4BC17

Text Example


Text Example

White with #A4BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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