Html Css Color HEX #A0BC17 Bahia

📋 copy color: '#A0BC17'

red 160 ◦ green 188 ◦ blue 23

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

Shades of Bahia #A0BC17

Tints of Bahia #A0BC17

RGB

 RED value IS 160 (62.89% from 255) = 43.13%

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

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

R = 43.13%
G = 50.67%
B = 6.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#A0BC17 (or 0xA0BC17) is known color: Bahia. HEX triplet: A0, BC and 17. RGB value is (160,188,23). Sum of RGB (Red+Green+Blue) = 160+188+23=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC17 is #5F43E8. Grayscale: #A1A1A1. Windows color (decimal): -6243305 or 1555616. OLE color: 1555616.

HSL color Cylindrical-coordinate representation of color #A0BC17: hue angle of 70.18º 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 #A0BC17 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 23 -
CMYK 0.15 0 0.88 0.26
HSL 70.18º 0.78% 0.41% -
HSV(B) 70.18º 0.88% 0.74% -
XYZ 32.64 43.5 7.49 -
YUV 160.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 160 188 23 0.15 0 0.88 0.26 70.18 0.78 0.41
Hex A0 BC 17 F 0 58 1A 46 4E 29
Octal 240 274 27 17 0 130 32 106 116 51
Binary 10100000 10111100 10111 1111 0 1011000 11010 1000110 1001110 101001

Color Harmonies of #A0BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC17

Black with #A0BC17

Text Example


Text Example

White with #A0BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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